Skip to content

Commit 0beb045

Browse files
committed
Remove husky package, config and git hooks
Automatic styling/linting via git hooks is problematic with the current dockerised environment
1 parent f7f8d00 commit 0beb045

File tree

4 files changed

+1
-14
lines changed

4 files changed

+1
-14
lines changed

.husky/.gitignore

-1
This file was deleted.

.husky/pre-commit

-4
This file was deleted.

package-lock.json

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"lint": "vue-cli-service lint src/**/*.{vue,js} --fix && npx stylelint ./src/**/*.{vue,css} --fix",
3232
"format": "prettier --write .",
3333
"format:check": "prettier --check .",
34-
"i18n:report": "vue-cli-service i18n:report -v --src src/**/*.vue --locales src/locales/**.json -o output.json",
35-
"prepare": "husky install"
34+
"i18n:report": "vue-cli-service i18n:report -v --src src/**/*.vue --locales src/locales/**.json -o output.json"
3635
},
3736
"dependencies": {
3837
"@creativecommons/cc-assets": "^0.1.0",
@@ -72,7 +71,6 @@
7271
"eslint-plugin-promise": "^4.3.1",
7372
"eslint-plugin-standard": "^4.0.1",
7473
"eslint-plugin-vue": "^6.2.2",
75-
"husky": "^8.0.3",
7674
"lint-staged": "^9.5.0",
7775
"live-server": "^1.2.2",
7876
"prettier": "^3.2.5",

0 commit comments

Comments
 (0)