pageClass | sidebarDepth | title | description | since |
---|---|---|---|---|
rule-details |
0 |
regexp/no-assertion-capturing-group |
disallow capturing group that captures empty. |
v0.1.0 |
❌ This rule is deprecated. It was replaced by regexp/no-empty-capturing-group
.
disallow capturing group that captures empty.
This rule is the same as the regexp/no-empty-capturing-group rule. Use regexp/no-empty-capturing-group instead. Replaced by regexp/no-empty-capturing-group in v1.0.0, this rule will be marked as deprecated.
This rule was introduced in eslint-plugin-regexp v0.1.0