You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#177, #179 Improved regexp/no-dupe-disjunctions rule to detect more duplicates.
#179 Added new options to regexp/no-dupe-disjunctions rule.
#188 Improved regexp/no-assertion-capturing-group rule to detect more empty capturing groups.
#191 Updated regexp/no-dupe-characters-character-class rule to support autofix.
#191 Improved regexp/no-dupe-characters-character-class rule to detect more duplicates.
🐛 Bug Fixes
#196 Fixed false positives in regexp/no-dupe-disjunctions rule.
⚙️ Updates
#174 Added regexp/no-useless-lazy rule that same regexp/no-useless-non-greedy rule.
#191 Updated regexp/no-dupe-characters-character-class rule to improve report messages.
#179 Updated regexp/no-dupe-disjunctions rule to detect more without setting disallowNeverMatch option (disallowNeverMatch option will be removed in v1.0.).