Skip to content

Commit 7335b7d

Browse files
committed
Enable noFallthroughCasesInSwitch for switches
1 parent b1fb2b6 commit 7335b7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"strict": true,
99
"rootDir": "./src",
1010
"declaration": true,
11-
"declarationDir": "./dist"
11+
"declarationDir": "./dist",
12+
"noFallthroughCasesInSwitch": true
1213
},
1314
"include": [
1415
"./src/**/*.tsx"

0 commit comments

Comments
 (0)