Skip to content

Commit 69bec55

Browse files
authored
docs: Add missing type-aware rules. (#614)
1 parent 973bcdd commit 69bec55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/docs/guide/usage/linter/type-aware.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ List of supported rules:
5858
"typescript/no-array-delete": "error",
5959
"typescript/no-base-to-string": "error",
6060
"typescript/no-confusing-void-expression": "error",
61+
"typescript/no-deprecated": "error",
6162
"typescript/no-duplicate-type-constituents": "error",
6263
"typescript/no-floating-promises": "error",
6364
"typescript/no-for-in-array": "error",
@@ -91,6 +92,7 @@ List of supported rules:
9192
"typescript/restrict-plus-operands": "error",
9293
"typescript/restrict-template-expressions": "error",
9394
"typescript/return-await": "error",
95+
"typescript/strict-boolean-expressions": "error",
9496
"typescript/switch-exhaustiveness-check": "error",
9597
"typescript/unbound-method": "error",
9698
"typescript/use-unknown-in-catch-callback-variable": "error"

0 commit comments

Comments
 (0)