Skip to content

Commit 3697aa9

Browse files
josephperrottandrewseguin
authored andcommitted
chore: enable noFallthroughCasesInSwitch in the project's tsconfigs (#16282)
1 parent 14246de commit 3697aa9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/bazel-tsconfig-build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"noUnusedLocals": true,
1414
"strictNullChecks": true,
1515
"strictFunctionTypes": true,
16+
"noFallthroughCasesInSwitch": true,
1617
"noImplicitAny": true,
1718
"noImplicitThis": true,
1819
"importHelpers": true,

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"module": "es2015",
88
"moduleResolution": "node",
99
"noUnusedParameters": true,
10+
"noFallthroughCasesInSwitch": true,
1011
"noUnusedLocals": true,
1112
"strictNullChecks": true,
1213
"strictFunctionTypes": true,

0 commit comments

Comments
 (0)