eslint-config-mito
Version: 8.0.0
This package provides Mito's .eslintrc as an extensible shared config.
We export three ESLint configurations for your usage.
Lints EcmaScript 6+. Only requires eslint
.
npm install --save-dev eslint eslint-config-mito
- add
"extends": "mito"
to your .eslintrc
{
"extends": "mito"
}
Lints EcmaScript 5 and below. Only requires eslint
.
npm install --save-dev eslint eslint-config-mito
- add
"extends": "mito/legacy"
to your .eslintrc
{
"extends": "mito/legacy"
}
See Mito's documentation and the ESlint config docs for more information.
MIT © 2017 Mito ([email protected])