Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@brightcove-gs/eslint-config

lbx-dev10UNLICENSED1.1.1

Linting for the Odyssey API layer

readme

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