ota-meshi / eslint-plugin-regexp

ESLint plugin for finding regex mistakes and style guide violations.

Home Page:https://ota-meshi.github.io/eslint-plugin-regexp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `require-unicode-sets-regexp`

RunDevelopment opened this issue · comments

Same as the require-unicode-regexp rule, but for the v flag.

Auto fixing should work the same as for require-unicode-regexp. We will only have a fix if we can prove that adding the v flag doesn't change the behavior of the regex.

Note: It might be difficult to migrate from legacy (no u or v flag) to the v flag in one step. We should probably migrate the u (if not present already) first.