eslint-config-habx
v1.3.0
Published
Habx eslint configuration.
Downloads
3
Readme
Eslint config habx
The global configuration used through all habx projects. Mostly based on https://github.com/airbnb/javascript
Usage
- Make sure to have
eslint
installed in your project - Run
npm install --save-dev eslint-config-habx
- Create a
.eslintrc
file - Paste the json bellow in the
.eslintrc
file:
{
"extends": ["habx"]
}