fixing lint
All checks were successful
Frontend Build and Deploy / build (push) Successful in 15s

This commit is contained in:
2025-06-03 16:46:03 -03:00
parent 0188dcd32b
commit c84053741c
3 changed files with 3 additions and 3 deletions

View File

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