File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -115,14 +115,15 @@ To enable this configuration use the `extends` property in your
115
115
116
116
## Supported Rules
117
117
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 ] [ ] |
124
124
125
125
[ recommended ] : https://img.shields.io/badge/recommended-lightgrey?style=flat-square
126
+ [ fixable ] : https://img.shields.io/badge/fixable-success?style=flat-square
126
127
[ angular ] : https://img.shields.io/badge/-Angular-black?style=flat-square&logo=angular&logoColor=white&labelColor=DD0031&color=black
127
128
[ react ] : https://img.shields.io/badge/-React-black?style=flat-square&logo=react&logoColor=white&labelColor=61DAFB&color=black
128
129
[ vue ] : https://img.shields.io/badge/-Vue-black?style=flat-square&logo=vue.js&logoColor=white&labelColor=4FC08D&color=black
You can’t perform that action at this time.
0 commit comments