Licence
MIT
Version
1.2.5
Deps
6
Vulns
0
Weekly
0
DeprecatedThis package is deprecated
eslint-config-elderfo
This is my eslint configuration that I used on my projects. This config extends the linting rules from airbnb/javascript.
Usage
Extend elderfo in your .eslintrc file:
{
"extends":"elderfo"
}
Rule Differences
| Rule | Setting | Description |
|---|---|---|
no-underscore-dangle |
off | Simply a preference of mine |
max-len |
error | Has the following rules applied: ignoreTrailingComments: truecode: 100ignoreStrings: trueignoreComments: trueignoreUrls: true |
react/jsx-filename-extension |
error | Except for extensions: .js.jsx |