@paylivre/eslint-config
v1.0.0
Published
ESLint configuration used by Paylivre
Downloads
2
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.jsonfile extending the config:
{
"extends": "@paylivre/eslint-config/reactJS"
}or
{
"extends": "@paylivre/eslint-config/reactTS"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.
