@douglasdemoura/eslint-config
v1.0.1
Published
My personal ESLint configuration.
Readme
My custom ESLint config
Whats included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Prettier;
- Vitest integration.
Setup
- Install the dependencies
npm i -D eslint @douglasdemoura/eslint-config- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "@douglasdemoura/eslint-config/react"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.
