Skip to content

Latest commit

 

History

History

eslint-config-prettier

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ESLint configuration for Prettier

axellero/eslint repository github workflow status axellero/eslint repository license @axellero/eslint-config-prettier

Installation

Add peer dependencies:

$ yarn add -D eslint prettier eslint-plugin-prettier

...then install config packages:

$ yarn add -D @axellero/eslint-config-prettier

Usage

{
  // package.json
  "eslintConfig": {
    "extends": [
      "@axellero/eslint-config-prettier"
    ]
  }
}

Contributing

Any PR is welcomed by our @js-opensource team. Check out our contributing guidelines for more info.

License

axellero eslint config license