0.0.5 • Published 7 years ago

eslint-config-det v0.0.5

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

eslint-config-det

ESLint shareable config for the DET POD teams GEHC

Installation

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

Usage

Once the eslint-config-det package is installed, you can use it by specifying det in the extends section of your ESLint configuration. This can be achieved by adding or replacing a .eslintrc.json file in the root of your project with the following:

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