mirror of
https://github.com/djkotowski/personal-website.git
synced 2026-09-12 13:30:40 -05:00
Add husky to lint files
This commit is contained in:
+3
-1
@@ -8,12 +8,14 @@
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json"
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^2.0.3",
|
||||
"@tsconfig/svelte": "^4.0.1",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"husky": "^9.0.11",
|
||||
"postcss": "^8.4.39",
|
||||
"svelte": "^3.58.0",
|
||||
"svelte-check": "^3.3.1",
|
||||
|
||||
Reference in New Issue
Block a user