1.0.1 • Published 3 years ago
@liberopneto/eslint-config v1.0.1
ESLint config
Whats included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Prettier;
Setup
- Install the dependencies
npm i -D eslint @liberopneto/eslint-config- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "@liberopneto/eslint-config/react"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.