Skip to content

Commit 1028841

Browse files
committed
Include link for further reading within doc
1 parent 0048697 commit 1028841

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/rules/await-async-query.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ Examples of **incorrect** code for this rule:
1111

1212
```js
1313

14-
// fill me in
14+
// TODO: fill me in
1515

1616
```
1717

1818
Examples of **correct** code for this rule:
1919

2020
```js
2121

22-
// fill me in
22+
// TODO: fill me in
2323

2424
```
2525

2626
### Options
2727

28-
If there are any options, describe them here. Otherwise, delete this section.
28+
TODO: If there are any options, describe them here. Otherwise, delete this section.
2929

3030
## When Not To Use It
3131

32-
Give a short description of when it would be appropriate to turn off this rule.
32+
TODO: Give a short description of when it would be appropriate to turn off this rule.
3333

3434
## Further Reading
3535

36-
If there are other links that describe the issue this rule addresses, please include them here in a bulleted list.
36+
- [Testing Library queries cheatsheet](https://testing-library.com/docs/dom-testing-library/cheatsheet#queries)

0 commit comments

Comments
 (0)