Skip to content

Avido Food's base JS ESLint configuration with Airbnb-base and Vue

Notifications You must be signed in to change notification settings

avidofood/eslint-config-avidofood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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