Skip to content

enotes/eslint-config-enotes-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#eslint-config-enotes-base Build Status

ESLint shareable config for eNotes.com, Inc.

#install

$ npm install --save-dev eslint-config-enotes-base

#usage

{
    "extends": ["eslint-config-enotes-base"],
}

You can override settings from the shareable config by adding them directly into your .eslintrc file.