1.2.0 • Published 6 years ago

eslint-config-m6web v1.2.0

Weekly downloads
19
License
-
Repository
github
Last release
6 years ago

build status

Setup

npm install eslint-config-m6web

or

yarn add eslint-config-m6web

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
}

Test

yarn lint

Release

yarn release -- <version>