We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc50b4c commit b933758Copy full SHA for b933758
frontend/package.json.md5
@@ -1 +1 @@
1
-80e2fd0a106c9c4d6b21319dacdeff5c
+6fe7448857be097109d3aa983c11bf98
frontend/tsconfig.app.json
@@ -18,8 +18,8 @@
18
19
/* Linting */
20
"strict": true,
21
- "noUnusedLocals": true,
22
- "noUnusedParameters": true,
+ "noUnusedLocals": false,
+ "noUnusedParameters": false,
23
"erasableSyntaxOnly": true,
24
"noFallthroughCasesInSwitch": true,
25
"noUncheckedSideEffectImports": true,
0 commit comments