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