Skip to content
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

Open
Tracked by #479
DonIsaac opened this issue Jul 25, 2023 · 4 comments
Open
Tracked by #479

feat(linter): eslint/no-misleading-character-class #614

DonIsaac opened this issue Jul 25, 2023 · 4 comments
Labels
A-linter Area - Linter good first issue Experience Level - Good for newcomers

Comments

@DonIsaac
Copy link
Collaborator

DonIsaac commented Jul 25, 2023

Implement ESLint's no-misleading-character-class rule.

To get started, run

just new-rule no-misleading-character-class
@DonIsaac DonIsaac changed the title no-misleading-character-class feat(linter): eslint/no-misleading-character-class Jul 25, 2023
@DonIsaac DonIsaac added good first issue Experience Level - Good for newcomers A-linter Area - Linter labels Jul 25, 2023
@maurice
Copy link
Contributor

maurice commented Jan 12, 2024

I assume this depends on #611 / #1164 so can't be tackled yet?

@Boshen
Copy link
Member

Boshen commented Jan 12, 2024

I assume this depends on #611 / #1164 so can't be tackled yet?

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

@Boshen

This comment was marked as outdated.

@Boshen Boshen closed this as not planned Won't fix, can't repro, duplicate, stale Jun 21, 2024
@Boshen Boshen reopened this Oct 28, 2024
@Boshen
Copy link
Member

Boshen commented Oct 28, 2024

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 :-/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-linter Area - Linter good first issue Experience Level - Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants