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

Package detail

@epcor/eslint-config

zhilidali3MIT0.0.2

The best eslint config

readme

@epcor/eslint-config

Best ESlint config

Usage

npm i -D @epcor/eslint-config;

@epcor/eslint-config does not install prettier or eslint for you. You must install these yourself.

Then, in your .eslintrc.*:

{
  "extends": ["@best-config/eslint-config"]
}