1.0.2 • Published 7 years ago

eslint-config-digicade v1.0.2

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

eslint-config-digicade

Installation

$ npm install --save-dev eslint eslint-config-digicade

Usage

Once the eslint-config-digicade package is installed, you can use it by specifying digicade in the extends section of your ESLint configuration.

{
  "extends": "digicade",
  "rules": {
    // Additional, per-project rules...
  }
}