# regexp/no-useless-non-greedy
disallow unnecessarily non-greedy quantifiers
- ⚠️ This rule was deprecated and replaced by regexp/no-useless-lazy rule.
- 🔧 The
--fix
option on the command line (opens new window) can automatically fix some of the problems reported by this rule.
# 📖 Rule Details
This rule has been renamed. Use regexp/no-useless-lazy instead.
# 🚀 Version
This rule was introduced in eslint-plugin-regexp v0.3.0