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
With typecheck: true, no prefer-describe-function-title error is reported for 'validator1', although I would have expected it to suggest using validator1 as the title instead. With typecheck: false (default), prefer-describe-function-title reports an error as expected.
In either case, valid-title reports an error for validator2, telling me that validator2 is not a valid title, although it is a function and thus should be supported.