ESLint shareable config for the Dreidev JavaScript style guide
$ npm install --save-dev eslint eslint-config-dreidev
Once the eslint-config-dreidev
package is installed, you can use it by specifying dreidev
in the extends
section of your ESLint configuration.
{
"extends": "dreidev",
"rules": {
// Additional, per-project rules...
}
}
- This repo is hugely inspired by eslint-config-google customizing the rules to our preferences.
- The Dreidev javascript style guide closely but not strictly follows airbnb/javascript