eslint-config-wbsl
v1.0.4
Published
ESlint config for Wrecking Ball Studio + Labs
Downloads
7
Readme
ESLint shareable config
Installation
$ npm install --save-dev eslint eslint-config-wbsl
Usage
Once the eslint-config-wbsl
package is installed, you can use it by specifying wbsl
in the extends
section of your ESLint configuration.
{
"extends": "wbsl",
"rules": {
// Additional, per-project rules...
}
}
License
MIT © Wrecking Ball Studio + Labs