File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/docs/guide/usage/linter Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments