Skip to content

dreidev/eslint-config-dreidev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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