Skip to content

allenmoore/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-allenmoore

ESLint shareable config

Build Status NPM Version

NPM

eslint-config-allenmoore is a shareable configuration package for eslint.

Installation

To use this config, install eslint-config-allenmoore as a development dependecy of your project:

npm install eslint-config-allenmoore --save-dev

Next, add this configuration to your package.json:

{
    "eslintConfig": {
        "extends": "allenmoore"
    }
}