Skip to content

Commit be07c62

Browse files
committed
docs(readme): improve title and supported table rules
1 parent 229fded commit be07c62

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<img width="150" height="150" src="https://raw.githubusercontent.com/testing-library/dom-testing-library/master/other/octopus.png">
77
</a>
88
<h1>eslint-plugin-testing-library</h1>
9-
<p>ESLint plugin for Testing Library</p>
9+
<p>ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library</p>
1010
</div>
1111

1212
## Installation
@@ -115,13 +115,13 @@ To enable this configuration use the `extends` property in your
115115

116116
## Supported Rules
117117

118-
| Rule | Description | Recommended | Frameworks | Fixable |
119-
| -------------------------------------------------------- | ---------------------------------------------- | ---------------- | -------------------------------- | ------------ |
120-
| [await-async-query](docs/rules/await-async-query.md) | Enforce async queries to have proper `await` | ![recommended][] | | |
121-
| [await-fire-event](docs/rules/await-fire-event.md) | Enforce async fire event methods to be awaited | | ![vue][] | |
122-
| [no-await-sync-query](docs/rules/no-await-sync-query.md) | Disallow unnecessary `await` for sync queries | ![recommended][] | | |
123-
| [no-debug](docs/rules/no-debug.md) | Disallow the use of `debug` | | ![angular][] ![react][] ![vue][] | |
124-
| [no-dom-import](docs/rules/no-dom-import.md) | Disallow importing from DOM Testing Library | | ![angular][] ![react][] ![vue][] | ![fixable][] |
118+
| Rule | Description | Configurations | Fixable |
119+
| -------------------------------------------------------- | ---------------------------------------------- | ------------------------------------------------- | ------------ |
120+
| [await-async-query](docs/rules/await-async-query.md) | Enforce async queries to have proper `await` | ![recommended][] ![angular][] ![react][] ![vue][] | |
121+
| [await-fire-event](docs/rules/await-fire-event.md) | Enforce async fire event methods to be awaited | ![vue][] | |
122+
| [no-await-sync-query](docs/rules/no-await-sync-query.md) | Disallow unnecessary `await` for sync queries | ![recommended][] ![angular][] ![react][] ![vue][] | |
123+
| [no-debug](docs/rules/no-debug.md) | Disallow the use of `debug` | ![angular][] ![react][] ![vue][] | |
124+
| [no-dom-import](docs/rules/no-dom-import.md) | Disallow importing from DOM Testing Library | ![angular][] ![react][] ![vue][] | ![fixable][] |
125125

126126
[recommended]: https://img.shields.io/badge/recommended-lightgrey?style=flat-square
127127
[fixable]: https://img.shields.io/badge/fixable-success?style=flat-square

0 commit comments

Comments
 (0)