6.0.3 • Published 9 years ago
eslint-config-voiceworks v6.0.3
This package provides Voiceworks's .eslintrc as an extensible shared config.
Usage
We export three ESLint configurations for your usage.
eslint-config-voiceworks/base
Lints ES6+ but does not lint React. Requires eslint
.
- add
"eslint-config-voiceworks": "Voiceworks/javascript"
to you package.json. - add
"extends": "voiceworks/base"
to your .eslintrc
eslint-config-voiceworks/legacy
Lints ES5 and below. Only requires eslint
.
npm install --save-dev eslint-config-voiceworks eslint
- add
"extends": "voiceworks/legacy"
to your .eslintrc
See Voiceworks's Javascript styleguide and the ESlint config docs for more information.