eslint-config-hipages
v1.1.0
Published
Standard eslint config for Hipages projects
Downloads
16
Readme
eslint-config-hipages
hipages' eslint configurations
Getting started
npm install --save-dev eslint-config-hipages
Add .eslintrc.json
to your project.
{
"extends": "hipages",
"rules": {
// project specific rules go here
}
}
Rules
We extend from AirBnb's rules.
Our exceptions can be found in our config.