We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement ESLint's no-misleading-character-class rule.
no-misleading-character-class
To get started, run
just new-rule no-misleading-character-class
The text was updated successfully, but these errors were encountered:
I assume this depends on #611 / #1164 so can't be tackled yet?
Sorry, something went wrong.
Seems so. You can always look at the source, e.g.
https://github.com/eslint/eslint/blob/1bf2520c4166aa55596417bf44c567555bc65fba/lib/rules/no-misleading-character-class.js#L7
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 :-/
No branches or pull requests
Implement ESLint's
no-misleading-character-class
rule.To get started, run
The text was updated successfully, but these errors were encountered: