Skip to content

Commit

Permalink
Remove husky package, config and git hooks
Browse files Browse the repository at this point in the history
Automatic styling/linting via git hooks is problematic with the current dockerised environment
  • Loading branch information
dijitali committed Aug 22, 2024
1 parent f7f8d00 commit 0beb045
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

6 changes: 0 additions & 6 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 @@ -31,8 +31,7 @@
"lint": "vue-cli-service lint src/**/*.{vue,js} --fix && npx stylelint ./src/**/*.{vue,css} --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"i18n:report": "vue-cli-service i18n:report -v --src src/**/*.vue --locales src/locales/**.json -o output.json",
"prepare": "husky install"
"i18n:report": "vue-cli-service i18n:report -v --src src/**/*.vue --locales src/locales/**.json -o output.json"
},
"dependencies": {
"@creativecommons/cc-assets": "^0.1.0",
Expand Down Expand Up @@ -72,7 +71,6 @@
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"husky": "^8.0.3",
"lint-staged": "^9.5.0",
"live-server": "^1.2.2",
"prettier": "^3.2.5",
Expand Down

0 comments on commit 0beb045

Please sign in to comment.