remove linting from tsconfig that is done by eslint
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user