1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00

enable noFallthroughCasesInSwitch

This commit is contained in:
Nebel 2020-02-12 02:43:14 +09:00
parent 7cee4d11c4
commit 1210000ce1

View file

@ -7,6 +7,7 @@
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitAny": true,