Reports quantifiers whose minimum implies they must match but whose element can match empty.
✅ This rule is included in the ts logical presets.
Reports quantifiers whose minimum implies they must match but whose element can match empty.
These quantifiers are misleading because they suggest a minimum number of matches, but the quantified element can match the empty string, making the effective minimum 0.
If you use misleading quantifiers intentionally for backtracking behavior, or if you use quantifiers to control iteration count rather than match content, you might want to disable this rule.