eslint-config-avidofood

3.1.0 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-avidofood

Weekly Downloads

2

Version

3.1.0

License

MIT

Unpacked Size

4.12 kB

Total Files

3

Last publish

Collaborators

  • avidofood