eslint-config-persgroep
v2.0.0
Published
De Persgroep ESLint config
Readme
eslint-config-depersgroep
De Persgroep ESLint Shareable Config (.eslintrc).
Usage
Install from npm public registry
npm install eslint-config-depersgroep --save-devAdd the extends array to your .eslintrc with the config sets you need.
extends:
- persgroep
- persgroep/node # if using node
- persgroep/es6 # if using ES6Troubleshooting
- If your Editor/IDE/Shell is using global eslint you should also install this package global (-g).
