eslint-config-cubocompany
v1.0.2
Published
ESLint configuration used by CuboCompany.
Maintainers
Readme
CuboCompany ESLint config
Whats included?
- AirBNB config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Prettier;
Setup
- Install the dependencies
npm i -D eslint eslint-config-cubocompany- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "eslint-config-cubocompany/react"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.
