1.3.0 • Published 4 years ago

eslint-config-habx v1.3.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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"]
}