Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

BedrockStreaming/eslint-config-m6web

Repository files navigation

DEPRECATED

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>