You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no-useless-predicate does too much in one rule.
Either split it into multiple rules or make each check configurable.
For example: when working with TypeScript's AST you sometimes need to check for undefined although not included in the type. Therefore the rule is currently completely disabled in this repo. I'd like to have the remaining checks though.
The text was updated successfully, but these errors were encountered:
no-useless-predicate
does too much in one rule.Either split it into multiple rules or make each check configurable.
For example: when working with TypeScript's AST you sometimes need to check for
undefined
although not included in the type. Therefore the rule is currently completely disabled in this repo. I'd like to have the remaining checks though.The text was updated successfully, but these errors were encountered: