oxc
oxc copied to clipboard
feat(linter): eslint/no-useless-backreference
Implement ESLint's no-useless-backreference
rule.
To get started, run
just new-rule no-useless-backreference
Hey, I would like to work on this issue.
@parkma99 go for it
This rule probably requires us to parse a js regular expression and traverse its finite-state automata.
Closing issue for house keeping, the umbrella issue is used for tracking individual rules.
https://github.com/eslint/eslint/blob/main/lib/rules/no-useless-backreference.js This doable.