@ivopr/eslint-config
v1.2.0
Published
Ivo's ESLint configuration.
Downloads
26
Readme
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.
