1.0.4 • Published 2 years ago

@ubarber-org/eslint-config v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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?

  1. Installing the dependencies:
yarn add eslint @ubarber-org/eslint-config -D
  1. 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 🚀