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
It can be unclear to people why a rule should not be disabled. The only way to know is to look for a comment in the ESLint config where the rule is configured.
Unfortunately this can lead them to disabling that rule andno-restricted-disable itself:
Thanks for letting me know. I've now raised it there and linked.
There might be some important issues among the 33 open ones on this repo, I hope they don't get lost if their reporters are no longer active/diligent to re-open them.
It can be unclear to people why a rule should not be disabled. The only way to know is to look for a comment in the ESLint config where the rule is configured.
Unfortunately this can lead them to disabling that rule and
no-restricted-disable
itself:I propose that a message can be optionally provided, like https://eslint.org/docs/rules/no-restricted-imports allows:
The text was updated successfully, but these errors were encountered: