-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Base rule extension: [max-params] don't count this: void #7538
8000
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
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
enhancement: new base rule extension
New base rule extension required to handle a TS specific case
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Comments
Ups, forgot to name it after filled the template. |
StyleShit
added a commit
to StyleShit/typescript-eslint
that referenced
this issue
Sep 27, 2023
StyleShit
added a commit
to StyleShit/typescript-eslint
that referenced
this issue
Sep 27, 2023
JoshuaKGoldberg
added a commit
that referenced
this issue
Oct 17, 2023
…7696) * feat(eslint-plugin): [max-params] don't count `this: void` parameter Closes #7538 * hard-code schema * refactor * lint * snapshot * wip * Update packages/eslint-plugin/src/rules/max-params.ts Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com> * Small PR nits, don't mind me, it's great either way --------- Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
enhancement: new base rule extension
New base rule extension required to handle a TS specific case
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Uh oh!
There was an error while loading. Please reload this page.
Before You File a Proposal Please Confirm You Have Done The Following...
My proposal is suitable for this project
Link to the base rule
https://eslint.org/docs/latest/rules/max-params
Description
It would be great ignore "this: void" by default.
Eslint cries about "this: void" even though it is not a real parameter.
Fail
Pass
Additional Info
I don't have time to make it myself. :(
The text was updated successfully, but these errors were encountered: