@devxperience/eslint-config
v1.2.9
Published
ESLint configuration used by Devxperience.
Downloads
1
Readme
Devxperience ESLint config
Whats included?
- Airbnb config base;
- React plugin;
- React Hooks plugin;
- Import helpers plugin;
- Unused imports plugin;
- JSX a11y plugin;
- Prettier;
Setup
- Install the dependencies
npm i -D eslint @devxperience/eslint-config
- Create a
.eslintrc.json
file extending the config:
{
"extends": "@devxperience/eslint-config/react"
}
You can also use a
.eslintrc.js
instead of JSON if you prefer.