We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697187e commit fec6068Copy full SHA for fec6068
shatter-web/.gitignore
@@ -8,6 +8,7 @@ pnpm-debug.log*
8
lerna-debug.log*
9
10
node_modules
11
+/.DS_Store
12
dist
13
dist-ssr
14
*.local
@@ -16,9 +17,9 @@ dist-ssr
16
17
.vscode/*
18
!.vscode/extensions.json
19
.idea
-.DS_Store
20
*.suo
21
-*.ntvs*
+*.ntvs*
22
*.njsproj
23
*.sln
24
*.sw?
25
+
shatter-web/tsconfig.app.json
@@ -18,8 +18,8 @@
/* Linting */
"strict": true,
- "noUnusedLocals": true,
- "noUnusedParameters": true,
+ "noUnusedLocals": false,
+ "noUnusedParameters": false,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
0 commit comments