0.1.2 • Published 7 years ago

eslint-config-dl2 v0.1.2

Weekly downloads
-
License
Unlicense
Repository
github
Last release
7 years ago

eslint-config-dl2 v0.1.0

ESLint shareable config for DL2 projects

Installation

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

or

$ yarn add --dev eslint eslint-config-dl2

Usage

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

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

License

Unlicense.