3.3.1 • Published 2 years ago
@caiotracera/eslint-config v3.3.1
Caio Tracera ESLint config
Whats included?
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Prettier;
Setup
- Install the dependencies
npm i -D eslint @caiotracera/eslint-config- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "@caiotracera/eslint-config/react"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.