We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f57de commit 1807d55Copy full SHA for 1807d55
packages/eslint-plugin/docs/rules/no-unsafe-unary-minus.md
@@ -17,6 +17,8 @@ This rule restricts the unary `-` operator to `number | bigint`.
17
18
## Examples
19
20
+<!-- tabs -->
21
+
22
### ❌ Incorrect
23
24
```ts
0 commit comments