1.2.0 • Published 3 years ago
@seyph/eslint-config v1.2.0
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.jsonfile extending the config:
{
"extends": "@seyph"
}You can also use
.eslintrc.jsor.eslintrcinstead of JSON if you prefer.