oxc
oxc copied to clipboard
feat(linter): eslint/no-misleading-character-class
Implement ESLint's no-misleading-character-class
rule.
To get started, run
just new-rule no-misleading-character-class
I assume this depends on #611 / #1164 so can't be tackled yet?
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
Closing issue for house keeping, the umbrella issue is used for tracking individual rules.
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 :-/