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-1
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ To enable this configuration use the `extends` property in your
215
215
|[`no-container`](./docs/rules/no-container.md)| Disallow the use of `container` methods ||![angular-badge][]![react-badge][]![vue-badge][]![marko-badge][]|
216
216
|[`no-debugging-utils`](./docs/rules/no-debugging-utils.md)| Disallow the use of debugging utilities like `debug`||![angular-badge][]![react-badge][]![vue-badge][]![marko-badge][]|
217
217
|[`no-dom-import`](./docs/rules/no-dom-import.md)| Disallow importing from DOM Testing Library | 🔧 |![angular-badge][]![react-badge][]![vue-badge][]![marko-badge][]|
218
-
|[`no-global-regexp-flag-in-query`](./docs/rules/no-global-regexp-flag-in-query.md)| Disallow the use of the global RegExp flag (/g) in queries | 🔧 ||
218
+
|[`no-global-regexp-flag-in-query`](./docs/rules/no-global-regexp-flag-in-query.md)| Disallow the use of the global RegExp flag (/g) in queries | 🔧 |![dom-badge][]![angular-badge][]![react-badge][]![vue-badge][]![marko-badge][]|
219
219
|[`no-manual-cleanup`](./docs/rules/no-manual-cleanup.md)| Disallow the use of `cleanup`||![react-badge][]![vue-badge][]|
220
220
|[`no-node-access`](./docs/rules/no-node-access.md)| Disallow direct Node access ||![angular-badge][]![react-badge][]![vue-badge][]![marko-badge][]|
221
221
|[`no-promise-in-fire-event`](./docs/rules/no-promise-in-fire-event.md)| Disallow the use of promises passed to a `fireEvent` method ||![dom-badge][]![angular-badge][]![react-badge][]![vue-badge][]![marko-badge][]|
0 commit comments