Skip to content

Latest commit

 

History

History

eslint-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Collection of all @axellero/eslint-config packages

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

Installation

Add peer dependencies:

$ yarn add -D eslint prettier typescript @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-plugin-functional eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-simple-import-sort

...then install config packages:

$ yarn add -D @axellero/eslint-config

Usage

{
  // package.json
  "eslintConfig": {
    "extends": [
      "@axellero"
    ]
  }
}

Contributing

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

License

axellero eslint config license