@antoniowingert/eslint-config
v1.0.5
Published
ESLint configuration used by Antonio Bruno Wingert
Readme
Antonio Wingert ESLint config
Whats included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Prettier;
Setup
- Install the dependencies
npm i -D eslint @antoniowingert/eslint-config- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "@antoniowingert/eslint-config/react"
// "extends": "@antoniowingert/eslint-config/node"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.
