4.0.0 • Published 8 years ago
eslint-config-degree53-core v4.0.0
Degree 53 Core ESLint Config
This config is dependent on eslint@3.19.0
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 babel-eslint@7.2.2
and add the following to your .eslintrc
file:
{
"parser": "babel-eslint"
}
For an explanation of the rules please see the ESLint documentation.
4.0.0
8 years ago
3.0.11
9 years ago
3.0.10
9 years ago
3.0.9
9 years ago
3.0.8
9 years ago
3.0.7
9 years ago
3.0.6
9 years ago
3.0.5
9 years ago
3.0.4
9 years ago
3.0.3
9 years ago
3.0.2
9 years ago
3.0.1
9 years ago
2.0.3
9 years ago
2.0.2
9 years ago
2.0.1
9 years ago
2.0.0
9 years ago
1.0.8
10 years ago
1.0.7
10 years ago
1.0.6
10 years ago
1.0.5
10 years ago
1.0.4
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago