@inovanti/lint-config
v1.0.0
Published
ESLint and Prettier configuration for your Node, React and Next projects.
Downloads
24
Readme
Base Lint config for JS aplications
Whats included?
- Prettier;
- React plugin;
- Standard config base;
- JSX a11y plugin;
- React Hooks plugin;
Setup
- Install the dependencies
npm i -D eslint @inovanti/eslint-config
- Create a
.eslintrc.json
file extending the config:
{
"extends": "@inovanti/lint-config/react"
// "extends": "@inovanti/lint-config/node"
// "extends": "@inovanti/lint-config/next"
}