mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
enable noFallthroughCasesInSwitch
This commit is contained in:
parent
7cee4d11c4
commit
1210000ce1
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noEmit": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noImplicitAny": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue