eslint-config-mito

Version: 8.0.0
This package provides Mito's .eslintrc as an extensible shared config.
Usage
We export three ESLint configurations for your usage.
eslint-config-mito
Lints EcmaScript 6+. Only requires eslint
.
npm install --save-dev eslint eslint-config-mito
- add
"extends": "mito"
to your .eslintrc
"extends": "mito"
eslint-config-mito/legacy
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.
License
MIT © 2017 Mito (info@mito.hu)