eslint-config-habx
v1.3.0
Published
Habx eslint configuration.
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
eslintinstalled in your project - Run
npm install --save-dev eslint-config-habx - Create a
.eslintrcfile - Paste the json bellow in the
.eslintrcfile:
{
"extends": ["habx"]
}