Skip to content
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

Open
nstepien opened this issue Aug 23, 2019 · 3 comments
Open

Separate rules package #23

nstepien opened this issue Aug 23, 2019 · 3 comments

Comments

@nstepien
Copy link

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?

@kitfit-dave
Copy link

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.

@brettz9 brettz9 mentioned this issue Apr 15, 2020
@brettz9
Copy link
Contributor

brettz9 commented Apr 15, 2020

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 no-console set to a warning, so if I include one of your configs in my overrides (so as to get all yourcustom rules without having to manually specify them), the no-console rule I have in my main rules will get overridden (there is no way for me to specify priority of my rules within overrides unless I manually add back my config on top of yours).

MichaelDeBoey added a commit to MichaelDeBoey/eslint-plugin-mysticatea that referenced this issue Nov 14, 2022
…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
@MichaelDeBoey
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants