eslint-config-degree53-core
v4.0.0
Published
Core Degree 53 ESLint Config
Downloads
17
Readme
Degree 53 Core ESLint Config
This config is dependent on [email protected]
being installed to your ./node_modules
at the same level.
Your .eslintrc
file should be at the same level or deeper than your ./node_modules
and should contain the following:
{
"extends": [
"degree53-core"
]
}
NOTE: If you are using babel
, you will also need to install [email protected]
and add the following to your .eslintrc
file:
{
"parser": "babel-eslint"
}
For an explanation of the rules please see the ESLint documentation.