Replies: 2 comments
-
This corresponds to eslint no-shadow rule. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you @jpike88 , I suggest copying the message at #3 , that's where suggest new rules from other sources (if they aren't there yet). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just had a nasty bug arise because a refactor caused this scenario to happen:
Found the above rule that would prevent this kind of issue occurring again, I believe very valuable to not be reusing variable names like that inside inner scope.
Beta Was this translation helpful? Give feedback.
All reactions