diff --git a/docs/rules/no-await-sync-query.md b/docs/rules/no-await-sync-query.md index 6135b311..394b76d4 100644 --- a/docs/rules/no-await-sync-query.md +++ b/docs/rules/no-await-sync-query.md @@ -1,6 +1,6 @@ # Disallow unnecessary `await` for sync queries (no-await-sync-query) -Ensure sync queries +Ensure that sync queries are not awaited unnecessarily. ## Rule Details diff --git a/docs/rules/no-dom-import.md b/docs/rules/no-dom-import.md index 0237c9a9..9558bc9c 100644 --- a/docs/rules/no-dom-import.md +++ b/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. ## Rule Details diff --git a/package.json b/package.json index 808828eb..8e1cfedb 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,6 @@ }, "main": "lib/index.js", "files": [ - "docs/", "lib/" ], "scripts": {