We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9329ed6 commit a61b5fbCopy full SHA for a61b5fb
docs/rules/no-await-sync-query.md
@@ -1,6 +1,6 @@
1
# Disallow unnecessary `await` for sync queries (no-await-sync-query)
2
3
-Ensure sync queries
+Ensure that sync queries are not awaited unnecessarily.
4
5
## Rule Details
6
docs/rules/no-dom-import.md
@@ -1,7 +1,7 @@
# Disallow importing from DOM Testing Library
Ensure that there are no direct imports from `@testing-library/dom` or
-`@testing-library/dom` when using some testing library framework
+`dom-testing-library` when using some testing library framework
wrapper.
7
package.json
@@ -18,7 +18,6 @@
18
},
19
"main": "lib/index.js",
20
"files": [
21
- "docs/",
22
"lib/"
23
],
24
"scripts": {
0 commit comments