🐛 lint/noMultipleSpacesInRegularExpressionLiterals
code fix doesn't correctly handle consecutive spaces followed by a quantifier
#383
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 rule provides a wrong an incorrect suggestion when a quantifier follows multiple spaces.
For instance, the rule provides the following incorrect fix:
Expected result
The rule should provide a correct fix.
Code of Conduct
The text was updated successfully, but these errors were encountered: