3.1.0 • Published 2 years ago

eslint-config-avidofood v3.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

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

3.1.0

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.3

3 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago