4.0.4 • Published 2 years ago

@bedrockstreaming/eslint-config v4.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@bedrockstreaming/eslint-config

Setup

npm install @bedrockstreaming/eslint-config

or

yarn add @bedrockstreaming/eslint-config

Usage

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

{
  "extends": "@bedrockstreaming"
}

Here are some envs you can add depending your project:

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