eslint-config-cmichel
v1.0.9
Published
ESLint rules by Christoph Michel
Downloads
26
Readme
eslint-config-cmichel
Forked from eslint-config-okonet.
Installation
npm install --save-dev eslint eslint-config-cmichel
- Add following block to
package.json
"eslintConfig": {
"extends": [
"cmichel"
]
}
This will add generic config.
For React.js projects, extend from cmichel/react
For React.js projects, extend from cmichel/vue
For Node.js projects, extend from cmichel/node