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