-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separate rules package #23
Comments
I would really appreciate this, I only want the rules not the configs, and the plugins (vue) are behind on their eslint dep so I get warnings. |
Besides the other rationales mentioned, while it is helpful to get all of the rules in one config, it can be difficult to override config that has been set for rules in other namespaces (or in the eslint default namespace). For example, your base rules include |
…ea#23) * feat: update `eslint-plugin-eslint-plugin` + update configs BREAKING CHANGE: `+eslint-plugin` config now has extra rules from `eslint-plugin-eslint-plugin` * chore: fix ESLint errors
Hi @nstepien! Since this repo is unmaintained, you might want to re-open this issue in the @eslint-community fork https://github.com/eslint-community/eslint-plugin-mysticatea For more info about why we created this organization, you can read https://eslint.org/blog/2023/03/announcing-eslint-community-org |
Yo, I think this package has interesting original rules, but it's packed together with a lot of other eslint plugins which I either have no use for in my projects I work on, or already have configured to my liking, and at a different version.
It would be nice the original rules in a standalone plugin, and have the configs in a separate package. WDYT?
The text was updated successfully, but these errors were encountered: