-
-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(linter): eslint/no-misleading-character-class #614
Labels
Comments
Open
This comment was marked as outdated.
This comment was marked as outdated.
By looking at https://github.com/eslint/eslint/blob/main/lib/rules/no-misleading-character-class.js ... are we able to implement this @leaysgur? We may need to mark this as not supported :-/ |
Oh, sorry! 🙇🏻 Somehow I was completely unaware of the mentions. At first glance, it looked implementable (although it might be a lot of work). Sorry if I've missed something. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement ESLint's
no-misleading-character-class
rule.To get started, run
The text was updated successfully, but these errors were encountered: