@manoel_joaoo/eslint-config
v0.1.3
Published
ESLint configuration
Downloads
18
Maintainers
Readme
ESLint config
Whats included?
- React plugin;
- React Hooks plugin;
- Prettier;
- Typescript;
Setup
- Install the dependencies
npm i -D eslint @manoel_joaoo/eslint-config
- Create a
.eslintrc.json
file extending the config:
{
"extends": "@manoel_joaoo/eslint-config/react"
}
You can also use a
.eslintrc.js
instead of JSON if you prefer.