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
#60 Added regexp/no-legacy-features rule that disallow legacy RegExp features.
#62 Added regexp/no-useless-dollar-replacements rule that aims to detect and disallow useless $ replacements in regular expression replacements.
#62 Added regexp/prefer-escape-replacement-dollar-char rule that aims to enforce escape when using the $ character in replacement pattern of string replacement.
#65 Added regexp/no-unused-capturing-group rule that disallow unused capturing group.