This package provides shareable ESLint configurations for JavaScript projects that conform with my coding style.
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