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