Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ignoreSticky for regexp/no-super-linear-move
Sticky regular expressions are not at risk of super-linear scanning, since the match must start at the end of the previous match. Since I don't usually change flags or build RegExp patterns from other RegExp patterns, ignoring these poses little risk. Note: This matches the documented default for ignoreSticky, which differs from the current code. Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
- Loading branch information