1.1.1 • Published 3 years ago
@thiago_brolly/eslint-config v1.1.1
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.jsonfile extending the config:
{
"extends": "@thiago_brolly/eslint-config/react"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.