Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 27, 2024
1 parent e0a7037 commit 63029b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/commands/no-x-above.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Disallow certain syntaxes above or below the comment, with in the current block.
- `// @no-await-above` - Disallow `await` above the comment.
- `// @no-await-below` - Disallow `await` below the comment.

## Supported Checker Type

- `await` - Disallow `await` above or below the comment.

// TODO: support more types

## Examples

```js
Expand Down

0 comments on commit 63029b9

Please sign in to comment.