fix: 🐛 lint tsconfig issue

This commit is contained in:
Guz013
2023-06-27 17:42:23 -03:00
parent 90db810517
commit 4862a88ef8

View File

@@ -15,7 +15,7 @@
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint ."
"lint": "pnpm run check && eslint ."
},
"devDependencies": {
"@fontsource-variable/fira-code": "^5.0.3",