regexp/prefer-named-capture-group
enforce using named capture groups
📖 Rule Details
This rule reports capturing groups without a name.
This rule is inspired by the prefer-named-capture-group rule. The positions of reports are improved over the core rule and arguments of new RegExp()
are also checked.
🔧 Options
Nothing.
👫 Related rules
📚 Further reading
🚀 Version
This rule was introduced in eslint-plugin-regexp v1.2.0