eslint-config-foxsports
v1.0.0
Published
Web developer javascript standards for Kayo & Fox Sports
Downloads
1,252
Readme
eslint-config-foxsports
Web developer javascript standards for Kayo & Fox Sports
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-config-foxsports:
$ npm install eslint-config-foxsports --save-devNote: If you installed ESLint globally (using the -g flag) then you must also install eslint-config-foxsports globally.
Usage
Add foxsports to the extends section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"extends": [
"foxsports"
]
}