-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Please describe what the rule should do:
Disallows RegExp d
flag added in ES2022.
https://github.com/tc39/proposal-regexp-match-indices
Provide 2-3 code examples that this rule will warn about:
const re1 = /a+(?<Z>z)?/d;
/./d;
Metadata
Metadata
Assignees
Labels
No labels