Skip to content

Commit

Permalink
chore: purge husky
Browse files Browse the repository at this point in the history
  • Loading branch information
Enubia committed Feb 23, 2024
1 parent 4c51197 commit 8a661ea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 23 deletions.
12 changes: 0 additions & 12 deletions .husky/pre-commit

This file was deleted.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"lint:src": "eslint src/",
"lint": "pnpm lint:src && pnpm lint:shared && pnpm lint:electron",
"release": "pnpm build && electron-builder",
"prepare": "husky",
"publish": "pnpm changelog:update && release-it"
},
"devDependencies": {
Expand All @@ -71,12 +70,12 @@
"electron-log": "5.1.1",
"electron-store": "8.1.0",
"electron-updater": "6.1.7",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"markdown-it": "14.0.0",
"release-it": "17.1.1",
"rimraf": "5.0.5",
"sass": "1.71.0",
"simple-git-hooks": "^2.9.0",
"tree-kill": "1.2.2",
"typescript": "5.3.3",
"vite": "5.1.3",
Expand All @@ -87,6 +86,9 @@
"vue-i18n": "9.9.1",
"vue-tsc": "1.8.27"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": "eslint"
}
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit 8a661ea

Please sign in to comment.