1.0.4 • Published 7 years ago

eslint-config-wbsl v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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