1.0.9 • Published 2 years ago
@linharestechnology/eslint-config v1.0.9
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.jsonfile extending the config:
{
"extends": "@linharestechnology/eslint-config/next"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.