is there a way to limit the number of //eslint-disable's in a codebase?
Conversation
Replying to
Does eslint rules “store state”? I think you can write a rule that counts the usage of that directive and report back when the threshold is met.
Something like this but with a “counter”at the module scope
1


