tessl install tessl/npm-eslint-plugin-regexp@2.10.0ESLint plugin for finding RegExp mistakes and RegExp style guide violations.
Agent Success
Agent success rate when using this tile
82%
Improvement
Agent success rate improvement when using this tile compared to baseline
0.96x
Baseline
Agent success rate without this tile
85%
Generated
Agent Codex
Scenario 1
Style normalization for character classes, quantifiers, flags, and escapes
Scenario 2
Rule presets for flat and legacy ESLint configs
Scenario 3
Lookaround and quantifier optimization for complex regex flows
Scenario 4
ReDoS protection via super-linear backtracking and move checks
Scenario 5
Autofix and suggestion coverage across regex lint rules
Scenario 6
Regex correctness guards for invalid, duplicate, or empty constructs
Scenario 7
Structured capture/backreference rules including named groups and result groups
Scenario 8
RegExp API usage guidance (exec/test selection and safe replacements)
Scenario 9
Set and range optimization constrained by allowedCharacterRanges setting
Scenario 10
Unicode-aware linting including required flags, codepoint escapes, and property naming