This package serves as a local ESLint plugin to be used in the monorepo and help maintainers keep certain code standards.
If you're fixing a rule or creating a new one, make sure to:
- Make your code changes
- Rerun yarn install in the
codedirectory. It's necessary to update the module reference - Update the necessary
.eslintrc.jsfiles (if you are adding a new rule) - Restart the ESLint server in your IDE