Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.05 KB

no-assertion-capturing-group.md

File metadata and controls

30 lines (20 loc) · 1.05 KB
pageClass sidebarDepth title description since
rule-details
0
regexp/no-assertion-capturing-group
disallow capturing group that captures empty.
v0.1.0

regexp/no-assertion-capturing-group

❌ This rule is deprecated. It was replaced by regexp/no-empty-capturing-group.

disallow capturing group that captures empty.

📖 Rule Details

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.

🚀 Version

This rule was introduced in eslint-plugin-regexp v0.1.0

🔍 Implementation