-
Notifications
You must be signed in to change notification settings - Fork 531
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
Some lint rules are not working #9093
Comments
Assigning to March milestone but ideally we can get to the bottom of this sooner than that. |
Closing this - I was looking at eslint7.js, which is no longer used. These rules are just not enabled. Following up in #9082 |
I'll use this to track getting the rules from eslint7 back on again via some approach. |
@ChumpChief Was this addressed by #9135? Are there other rules that need to be re-enabled other than unbound-method (#9082)? |
I'd probably close this one since based on @markfields description I think he was just expecting eslint7 to be enabled. Maybe open a new epic to survey our rules, add missing rules that are worth having, and unify them. |
The remaining work is tracked by #9501, so closing this. |
This is probably a bug in eslint or a plugin, but I've noticed at least two rules that are not being enforced properly in the code. For these two I can paste in the "Incorrect" code examples from the docs and it builds just fine. They are both enabled in the eslint config, as far as I can tell.
typescript-eslint/promise-function-async.md at main · typescript-eslint/typescript-eslint (github.com)
typescript-eslint/strict-boolean-expressions.md at main · typescript-eslint/typescript-eslint (github.com)
The text was updated successfully, but these errors were encountered: