This commit is contained in:
maximus
2026-07-23 10:07:11 +02:00
parent ac880a1222
commit 513cd16f67
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
/* Linting */
"noUnusedLocals": true,
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
"erasableSyntaxOnly": false,
"noFallthroughCasesInSwitch": true
},
"include": ["src"]