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
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,7 @@ The `plugin:regexp/all` config enables all rules. It's meant for testing, not fo
140
140
|[control-character-escape](https://ota-meshi.github.io/eslint-plugin-regexp/rules/control-character-escape.html)| enforce consistent escaping of control characters | ✅ || 🔧 ||
141
141
|[negation](https://ota-meshi.github.io/eslint-plugin-regexp/rules/negation.html)| enforce use of escapes on negation | ✅ || 🔧 ||
142
142
|[no-dupe-characters-character-class](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-dupe-characters-character-class.html)| disallow duplicate characters in the RegExp character class | ✅ || 🔧 ||
143
+
|[no-empty-string-literal](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-empty-string-literal.html)| disallow empty string literals in character classes | ✅ ||||
|[no-invisible-character](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-invisible-character.html)| disallow invisible raw character | ✅ || 🔧 ||
145
146
|[no-legacy-features](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-legacy-features.html)| disallow legacy RegExp features | ✅ ||||
@@ -169,6 +170,7 @@ The `plugin:regexp/all` config enables all rules. It's meant for testing, not fo
169
170
|[prefer-set-operation](https://ota-meshi.github.io/eslint-plugin-regexp/rules/prefer-set-operation.html)| prefer character class set operations instead of lookarounds | ✅ || 🔧 ||
170
171
|[require-unicode-regexp](https://ota-meshi.github.io/eslint-plugin-regexp/rules/require-unicode-regexp.html)| enforce the use of the `u` flag ||| 🔧 ||
171
172
|[require-unicode-sets-regexp](https://ota-meshi.github.io/eslint-plugin-regexp/rules/require-unicode-sets-regexp.html)| enforce the use of the `v` flag ||| 🔧 ||
173
+
|[simplify-set-operations](https://ota-meshi.github.io/eslint-plugin-regexp/rules/simplify-set-operations.html)| require simplify set operations | ✅ || 🔧 ||
172
174
|[sort-alternatives](https://ota-meshi.github.io/eslint-plugin-regexp/rules/sort-alternatives.html)| sort alternatives if order doesn't matter ||| 🔧 ||
173
175
|[use-ignore-case](https://ota-meshi.github.io/eslint-plugin-regexp/rules/use-ignore-case.html)| use the `i` flag if it simplifies the pattern | ✅ || 🔧 ||
0 commit comments