0.1.2 • Published 3 years ago
@ygorconfig/eslint-config v0.1.2
Ygor ESLint config
Whats included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Prettier;
Setup
- Install the dependencies
npm i -D eslint @ygorconfig/eslint-config- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "@ygorconfig/eslint-config/react"
// "extends": "@ygorconfig/eslint-config/node"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.