1.2.4 • Published 8 years ago
@scoville/eslint-config v1.2.4
@scoville/eslint-config
Installation
npm
$ npm install --save-dev eslint @scoville/eslint-configyarn
$ yarn add --dev eslint @scoville/eslint-configUsage
Once the eslint-config-scoville package is installed, you can use it by specifying @scoville in the extends section of your ESLint configuration.
{
  "extends": "@scoville",
  "rules": {
    // Additional, per-project rules...
  }
}