1.0.4 • Published 2 years ago
@ubarber-org/eslint-config v1.0.4
uBarber lint settings
What does this package include?
- Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Node plugin;
How can I use it in my projects?
- Installing the dependencies:
yarn add eslint @ubarber-org/eslint-config -D
- Create a
.eslintrc.json
file and extend the settings:
{
"extends": "@ubarber-org/eslint-config/{project-type}"
}
Ready now, just go out using it in your projects 🚀