Skip to content

Commit 05a6ce7

Browse files
author
Herr Chaos
committed
fixed up unwanted changes of the last commit
1 parent 3d357e0 commit 05a6ce7

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npx lint-staged

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"css-loader": "^6.7.3",
2929
"eslint": "^8.34.0",
3030
"eslint-plugin-svelte3": "^4.0.0",
31-
"husky": "^9.1.7",
31+
"husky": "^8.0.3",
3232
"image-minimizer-webpack-plugin": "^3.8.3",
3333
"jest": "^29.2.2",
3434
"jest-environment-jsdom": "^29.4.2",
@@ -59,6 +59,5 @@
5959
},
6060
"lint-staged": {
6161
"*.{js,ts,css,md,svelte}": "pnpm run format"
62-
},
63-
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
62+
}
6463
}

0 commit comments

Comments
 (0)