Commits
Click on a commit to change the comparison rangefeat(linter): add `eslint/no-misleading-character-class` (#13365)
closes #614
related #479
https://eslint.org/docs/latest/rules/no-misleading-character-class
The rule is still in nursery because of two problems:
- #13660
- #13436
The spans for emojis are wrong too, do not know if the rule should fix this, or the regexp parser.