Skip to content

Commit

Permalink
docs: add tabs in no-unsafe-unary-minus.md (#8542)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
  • Loading branch information
yeonjuan and Josh-Cena committed Feb 24, 2024
1 parent f2f57de commit 1807d55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-plugin/docs/rules/no-unsafe-unary-minus.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ This rule restricts the unary `-` operator to `number | bigint`.

## Examples

<!-- tabs -->

### ❌ Incorrect

```ts
Expand Down

0 comments on commit 1807d55

Please sign in to comment.