-
Notifications
You must be signed in to change notification settings - Fork 99
Fix @typescript-eslint disable rules. #1093
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
Conversation
{ | ||
ruleName: "indent", | ||
ruleSeverity: "off", | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on #149, I think it is safe to update the Typescript ESLint Roadmap with this conversion. @JoshuaKGoldberg
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Outstanding job! 🇭🇺
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rule converter fixes are EXCELLENT, thank you! But: I don't think the added test needs to be there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 💯
PR Checklist
status: accepting prs
Overview
Fix converters for
@typescript-eslint
rules where the rule needs the baseESLint
rule to be disabled.Also added a sanity check test which naively searches for these rule pairs and fails if the base rule is not disabled.