Allowing to ignore mutation for specifc code with some pattern #4297
Labels
🚀 Feature request
New feature request
☠ stale
Marked as stale by the stale bot, will be removed after a certain time.
Is your feature request related to a problem? Please describe.
Some of the time, we don't want to test our logs, and adding the ignore comment to each log is a logs.
or another case: we don't want to mutate the value of className in a react project as we don't test it
Describe the solution you'd like
I would like to have the option to add a plugin (like eslint) to disable mutation based on the AST
Describe alternatives you've considered
adding ignore comment to each log
Additional context
This exist-ish in the
.NET
versionThe text was updated successfully, but these errors were encountered: