@linharestechnology/eslint-config
v1.0.9
Published
Eslint and Prettier configuration
Downloads
5
Readme
Whats included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Prettier;
- @typescript-eslint
- unicorn
Setup
- Install the dependencies
npm i -D @linharestechnology/eslint-config
- Create a
.eslintrc.json
file extending the config:
{
"extends": "@linharestechnology/eslint-config/next"
}
You can also use a
.eslintrc.js
instead of JSON if you prefer.