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

Package detail

eslint-config-avidofood

avidofood12MIT3.2.0

Avido Food's base JS ESLint configuration

eslint, eslintconfig, eslintvue

readme

eslint-config-avidofood

This package provides shareable ESLint configurations for JavaScript projects that conform with my coding style.

Installation

To make use of this config, install ESLint (>= 8.13.0) and this package as a development dependency of your project:

npm install eslint eslint-config-avidofood --save-dev

Next, add an eslintConfig member to your project's package.json. At a minimum, this config file must include an extends member:

{
  "eslintConfig": {
    "extends": "avidofood"
  }
}

See the ESLint configuration guide for details on additional configuration options. Any rules configured in your package.json file will override those provided by the eslint-config-avidofood package.

For eslint < 7.x.x please use Version 1.1.0