@paylivre/eslint-config
v1.0.0
Published
ESLint configuration used by Paylivre
Downloads
3
Readme
Paylivre ESLint config
Whats included?
- Airbnb config base;
- React plugin;
- React Hooks plugin;
- Prettier;
Setup
- Install the dependencies
npm i -D eslint @paylivre/eslint-config
- Create a
.eslintrc.json
file extending the config:
{
"extends": "@paylivre/eslint-config/reactJS"
}
or
{
"extends": "@paylivre/eslint-config/reactTS"
}
You can also use a
.eslintrc.js
instead of JSON if you prefer.