Skip to content

Commit 1b9731e

Browse files
committed
Enable noFallthroughCasesInSwitch and disallow allowUnusedLabels
1 parent b18afc2 commit 1b9731e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/tsconfigbase.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
"strictNullChecks": true,
2020
"noImplicitThis": true,
2121
"strictBindCallApply": true,
22+
"allowUnusedLabels": false,
23+
"noFallthroughCasesInSwitch": true,
2224
"types": []
2325
}
2426
}

0 commit comments

Comments
 (0)