mirror of
https://github.com/kou029w/megabit.git
synced 2025-01-30 21:58:04 +00:00
enable noFallthroughCasesInSwitch
This commit is contained in:
parent
8805057254
commit
ad39dc16ca
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
"strictNullChecks": true,
|
||||
"strictFunctionTypes": true,
|
||||
"strictPropertyInitialization": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true
|
||||
|
|
Loading…
Add table
Reference in a new issue