eslint-config-saribe
v0.2.0
Published
Lazy way to setup you eslint config
Downloads
2
Readme
eslint-config-saribe
Lazy way to setup you eslint config
Usage
npm i -D eslint-config-saribeAdd it to your .eslintrc.js file:
{
"extends": [
"saribe"
]
}Please feel free to fork and change 🙂
Features
- Based on eslint-config-standerd and
eslint:recommended - babel-eslint for parsing
- Plugins
- eslint-plugin-import to better control
import/exportstatements
- eslint-plugin-import to better control
