eslint-config-naturalatlas
v2.0.1
Published
Natural Atlas ESLint configuration
Downloads
36
Maintainers
Readme
eslint-config-naturalatlas
A ESLint config for Natural Atlas projects that's based off eslint-config-airbnb.
Installation
$ npm install -g install-peerdeps
$ install-peerdeps --dev eslint-config-naturalatlas
Usage
// modern / transpiled environments
{"extends": "naturalatlas"}
// when running directly
{"extends": "naturalatlas/node"}
{"extends": "naturalatlas/node4"}
Overrides
Some of the rules may be too strict for your project,
but you can easily override any rules or options in your .eslintrc
:
{
"extends": "naturalatlas",
"rules": {}
}