# regexp/no-assertion-capturing-group
disallow capturing group that captures empty.
- ⚠️ This rule was deprecated and replaced by regexp/no-empty-capturing-group rule.
# 📖 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