-
-
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
"all" config #21
Comments
Thank you for your proposal. If the purpose was comparison, I wonder if (as a side note, for a reference, there is an RFC for |
Yeah sorry, I amended my original post to clarify my intent. While it might streamline my comparing (since I'm comparing with configs in most cases), I'd really just like to make my source clearer and have one extends for either an "all" or "recommended" rule. I figure those already familiar with other configs such as yours won't need to be troubled to see which individual ones I'm using if I am merely extending, and then I'd also get the benefit of any other rules you added (though I review updates to affirm I agree with the additions, I tend to find that smart people's "recommended" rules are worth my being forced to examine for inclusion (unlike if I only whitelisted individual rules), and it'd be nice not to have to add rules individually with every update except to override as I felt necessary). Great to know about the rfc, I hope to take a closer look as I have a chance. |
* feat: upgrade `prettier` to v2 BREAKING CHANGE: `es5`, `es2015`, `es2016`, `es2017`, `es2018`, `es2019`, `es2020`, `es2021` & `es2022` configs will now report for their changed default values. For more info check their [release notes](https://prettier.io/blog/2020/03/21/2.0.0.html#breaking-changes) * chore: fix ESLint errors * chore: run Prettier on codebase
Hi @brettz9! 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 |
Hi,
I'm using your useful plugin from my config eslint-config-ash-nazg and was wondering if you might add a config which includes all of the rules of this plugin (but no other rules from eslint or other plugins/configs). (And one which preferably auto-adds:
plugins: ["@mysticatea"]
...)This would assist me now and into the future for succinctly making clear that I am normally tracking against your plugin though also forcing me to review any new rules you may add (and for auto-comparing my config to the configs I am extending).
Thanks!
The text was updated successfully, but these errors were encountered: