Skip to content

Latest commit

 

History

History
63 lines (57 loc) · 1.7 KB

File metadata and controls

63 lines (57 loc) · 1.7 KB

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