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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ The `plugin:regexp/all` config enables all rules. It's meant for testing, not fo
128
128
|[no-potentially-useless-backreference](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-potentially-useless-backreference.html)| disallow backreferences that reference a group that might not be matched || ✅ |||
|[no-super-linear-move](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-super-linear-move.html)| disallow quantifiers that cause quadratic moves |||||
131
-
|[no-useless-assertions](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-useless-assertions.html)| disallow assertions that are known to always accept (or reject) | ✅ ||||
131
+
|[no-useless-assertions](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-useless-assertions.html)| disallow assertions that are known to always accept (or reject) | ✅ |||💡|
132
132
|[no-useless-backreference](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-useless-backreference.html)| disallow useless backreferences in regular expressions | ✅ ||||
Copy file name to clipboardExpand all lines: docs/rules/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ sidebarDepth: 0
34
34
|[no-potentially-useless-backreference](no-potentially-useless-backreference.md)| disallow backreferences that reference a group that might not be matched || ✅ |||
0 commit comments