1.0.0 • Published 2 years ago
@mariaclara/eslint-config v1.0.0
Shared ESLint configuration
Whats included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
Setup
- Install the dependencies
npm i -D eslint @mariaclara/eslint-config
- Create a
.eslintrc.json
file extending the config:
{
"extends": "@mariaclara/eslint-config/react"
}
You can also use a
.eslintrc.js
instead of JSON if you prefer.
1.0.0
2 years ago