0.1.0 • Published 7 years ago

eslint-config-dreidev v0.1.0

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

eslint-config-dreidev

ESLint shareable config for the Dreidev JavaScript style guide

npm version Build Status Coverage Status

Installation

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

Usage

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

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

Credit