eslint-config-foxsports
v1.0.0
Published
Web developer javascript standards for Kayo & Fox Sports
Downloads
158
Readme
eslint-config-foxsports
Web developer javascript standards for Kayo & Fox Sports
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-config-foxsports
:
$ npm install eslint-config-foxsports --save-dev
Note: 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"
]
}