убрал сообщения о неиспользуемых переменных

This commit is contained in:
kazachilo 2025-04-25 13:14:50 +03:00
parent 1b1a0fb18d
commit 181d89e733

View File

@ -18,8 +18,8 @@
/* Linting */ /* Linting */
"strict": true, "strict": true,
"noUnusedLocals": true, "noUnusedLocals": false,
"noUnusedParameters": true, "noUnusedParameters": false,
"noFallthroughCasesInSwitch": true, "noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true "noUncheckedSideEffectImports": true
}, },