remove linting from tsconfig that is done by eslint

This commit is contained in:
Wouter van Veelen
2025-11-24 00:36:40 +01:00
parent 5e72feae8b
commit 91a6db09f7

View File

@@ -18,11 +18,8 @@
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
"allowSyntheticDefaultImports": true
},
"include": ["src", "prettier.config.ts", "eslint.config.ts", "vite.config.ts"]
}