eslint-config-iadvize
v1.2.0
Published
iAdvize javascript eslint rules, based on airbnb
Downloads
144
Readme
eslint-config-iadvize
This package regroups the eslint rules for all our front-end projects.
Install
Add this dependency to your repository and the eslint peer-dependency :
npm install eslint-config-iadvize eslint@^4.6.0 --save-dev
Usage
Create a .eslintrc file in your project root with this content
{
"extends": [
"iadvize"
]
}