SEYPH ESLint config
Whats included?
- Airbnb config base;
- Typescript parser and plugin;
- React and Hooks plugins;
- Import plugins;
- JSX a11y plugin;
- Tailwind CSS plugin;
- Prettier integration;
Setup
- Install the dependencies
npm i -D eslint @seyph/eslint-config
- Create a
.eslintrc.json
file extending the config:
{
"extends": "@seyph"
}
You can also use
.eslintrc.js
or.eslintrc
instead of JSON if you prefer.