ericcornelissen/webmangler

Lint for inefficient regular expressions

Opened this issue · 0 comments

Task

Description

Both eslint-plugin-security and eslint-plugin-regexp provide rules to detect and report on inefficient regular expression. Given the heavy reliance on regular expressions in this project, as well as #259, it would be worthwhile to enable these rules and fix any issues with regular expression.

Related