1.2.0 • Published 6 years ago

eslint-config-iadvize v1.2.0

Weekly downloads
469
License
MIT
Repository
github
Last release
6 years ago

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