Is there an ESLint rule to warn when a "bad" variable name is used


Is there an ESLint rule to warn when a "bad" variable name is used?

Example: I'd like it to warn when "data" is used.

There's typically a more descriptive name one can use instead.

View original on X