🐛 useNamingConvention same fix as the current one #664
Labels
A-Linter
Area: linter
L-JavaScript
Language: JavaScript and super languages
S-Bug-confirmed
Status: report has been confirmed as a valid bug
Environment information
What happened?
The fix for the
useNamingConvention
rule is same as the current code. For example it suggests to rename my variablefooYPosition
tofooYPosition
.Run this playground and get this output:
Expected result
Don't suggest a fix if there is no fix for it, meaning the fix is same as the current name.
Code of Conduct
The text was updated successfully, but these errors were encountered: