1.1.1 • Published 6 years ago

@brightcove-gs/eslint-config v1.1.1

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
6 years ago

Linting for the Odyssey API layer

Install

npm install -D @brightcove-gs/eslint-config

-or-

yarn add -d @brightcove-gs/eslint-config

Configure

Add a .eslintrc file to your project

{
  "extends": ["@brightcove-gs"]
}

Caveat

ESLint is a peerDependency, so you must install it as well

npm install -D eslint