Reports unnecessary nested lookaround assertions in regular expressions.
✅ This rule is included in the ts logical presets.
Reports unnecessary nested lookaround assertions in regular expressions.
A positive lookahead at the end of another lookahead, or a positive lookbehind at the start of another lookbehind, is redundant because the nested assertion can be inlined into the parent.