Skip to content

Commit

Permalink
testing husky
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelvLaar committed Feb 4, 2025
1 parent 810a1f2 commit 089471c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"test": "vitest --config './src/tests/vitest.config.ts'",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
"lint": "eslint . --fix --ignore-path .gitignore",
"prepare": "husky"
},
"dependencies": {
"@mdi/font": "7.0.96",
Expand All @@ -30,6 +31,8 @@
"@vue/test-utils": "^2.4.6",
"eslint": "^9.9.1",
"eslint-plugin-vue": "^9.28.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"sass": "^1.60.0",
"typescript": "^5.0.0",
"typescript-eslint": "^8.4.0",
Expand Down

0 comments on commit 089471c

Please sign in to comment.