This commit is contained in:
2025-03-24 14:34:06 +08:00
parent 2216a3fd14
commit a5c4ef3a8f
8 changed files with 1119 additions and 117 deletions

View File

@ -17,7 +17,7 @@
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedLocals": false,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true