From 1210000ce11404a45fb945a5832f0579299b2932 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Wed, 12 Feb 2020 02:43:14 +0900 Subject: [PATCH] enable noFallthroughCasesInSwitch --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index ff58703..1129d33 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true, + "noFallthroughCasesInSwitch": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitAny": true,