1
0
Fork 0
mirror of https://github.com/kou029w/megabit.git synced 2025-01-30 21:58:04 +00:00

enable noFallthroughCasesInSwitch

This commit is contained in:
Nebel 2020-02-12 02:36:45 +09:00
parent 8805057254
commit ad39dc16ca

View file

@ -12,6 +12,7 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true