3.5.0 • Published 4 years ago

@m6web/eslint-config v3.5.0

Weekly downloads
20
License
MIT
Repository
github
Last release
4 years ago

@m6web/eslint-config

Setup

npm install @m6web/eslint-config

or

yarn add @m6web/eslint-config

Usage

Extends the configuration in the .eslintrc file at the root of your project.

{
  "extends": "@m6web"
}

Here are some envs you can add depending your project:

"env": {
  "browser" : true,
  "jasmine": true
}