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