mirror of
https://github.com/kou029w/_.git
synced 2025-02-07 09:38:46 +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,
|
"strict": true,
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
|
"noFallthroughCasesInSwitch": true,
|
||||||
"noUnusedLocals": true,
|
"noUnusedLocals": true,
|
||||||
"noUnusedParameters": true,
|
"noUnusedParameters": true,
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue