hubees-eslint
v1.0.0
Published
ESLint configuration to hubees
Downloads
176
Readme
Hubees ESLint config
Whats included?
- Standard config base;
- JSX a11y plugin;
- Prettier;
Setup
- Install the dependencies
npm i -D eslint @hubees-br/hubees-eslint
- Create a
.eslintrc.json
file extending the config:
{
"extends": "@hubees-br/hubees-eslint"
}
You can also use a
.eslintrc.js
instead of JSON if you prefer.