mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
ESLint plugin local rules
This package serves as a local ESLint plugin to be used in the monorepo and help maintainers keep certain code standards.
Development
If you're fixing a rule or creating a new one, make sure to:
- Make your code changes
- Rerun yarn install in the
code
directory. It's necessary to update the module reference - Update the necessary
.eslintrc.js
files (if you are adding a new rule) - Restart the ESLint server in your IDE