Skip to content

Commit

Permalink
Remove husky
Browse files Browse the repository at this point in the history
  • Loading branch information
pgiraud committed Dec 31, 2024
1 parent 92eb058 commit 3a1925b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
5 changes: 0 additions & 5 deletions .husky/pre-commit

This file was deleted.

16 changes: 0 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --fix powa/static/",
"format": "prettier powa/static/js --check",
"prepare": "husky install"
"format": "prettier powa/static/js --check"
},
"devDependencies": {
"@mdi/js": "^7.4.47",
Expand All @@ -20,7 +19,6 @@
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vuetify": "^2.4.0",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"sass": "^1.77.6",
"vite": "^5.4.6"
Expand Down

0 comments on commit 3a1925b

Please sign in to comment.