Skip to content

Commit 5e4157f

Browse files
authored
Merge pull request #17 from Belco90/feature/add-autofix-doc
docs: add autofixable column for supported rules
2 parents 2ad6cbd + 51b532a commit 5e4157f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,15 @@ To enable this configuration use the `extends` property in your
115115

116116
## Supported Rules
117117

118-
| Rule | Description | Recommended | Frameworks |
119-
| -------------------------------------------------------- | --------------------------------------------- | ---------------- | -------------------------------- |
120-
| [await-async-query](docs/rules/await-async-query.md) | Enforce async queries to have proper `await` | ![recommended][] | |
121-
| [no-await-sync-query](docs/rules/no-await-sync-query.md) | Disallow unnecessary `await` for sync queries | ![recommended][] | |
122-
| [no-debug](docs/rules/no-debug.md) | Disallow the use of `debug` | | ![angular][] ![react][] ![vue][] |
123-
| [no-dom-import](docs/rules/no-dom-import.md) | Disallow importing from DOM Testing Library | | ![angular][] ![react][] ![vue][] |
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+
| [no-await-sync-query](docs/rules/no-await-sync-query.md) | Disallow unnecessary `await` for sync queries | ![recommended][] | | |
122+
| [no-debug](docs/rules/no-debug.md) | Disallow the use of `debug` | | ![angular][] ![react][] ![vue][] | |
123+
| [no-dom-import](docs/rules/no-dom-import.md) | Disallow importing from DOM Testing Library | | ![angular][] ![react][] ![vue][] | ![fixable][] |
124124

125125
[recommended]: https://img.shields.io/badge/recommended-lightgrey?style=flat-square
126+
[fixable]: https://img.shields.io/badge/fixable-success?style=flat-square
126127
[angular]: https://img.shields.io/badge/-Angular-black?style=flat-square&logo=angular&logoColor=white&labelColor=DD0031&color=black
127128
[react]: https://img.shields.io/badge/-React-black?style=flat-square&logo=react&logoColor=white&labelColor=61DAFB&color=black
128129
[vue]: https://img.shields.io/badge/-Vue-black?style=flat-square&logo=vue.js&logoColor=white&labelColor=4FC08D&color=black

0 commit comments

Comments
 (0)