1.2.0 • Published 2 years ago
@ivopr/eslint-config v1.2.0
Ivo's ESLint config
Whats included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Prettier;
- Import Sort
Setup
- Install the dependencies
npm i -D eslint @ivopr/eslint-config- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "@ivopr/eslint-config/react"
// "extends": "@ivopr/eslint-config/node"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.