Merge branch 'feature/prepare-clean-commit-and-release' into 'develop'
prepare clean commit and release See merge request subugoe/emo/Qviewer!96
... | ... | @@ -42,11 +42,13 @@ |
"@quasar/quasar-app-extension-testing-unit-jest": "^2.0.0", | ||
"autoprefixer": "9.8.6", | ||
"babel-eslint": "^10.1.0", | ||
"commitizen": "^4.2.2", | ||
"eslint": "^7.10.0", | ||
"eslint-config-airbnb-base": "^14.2.0", | ||
"eslint-loader": "^4.0.2", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-vue": "^7.0.0", | ||
"husky": "^4.3.0", | ||
"markdownlint-cli": "^0.24.0", | ||
"node-sass": "^4.14.1", | ||
"sass": "^1.26.11", | ||
... | ... | @@ -84,5 +86,11 @@ |
}, | ||
"publishConfig": { | ||
"@subugoe:registry": "https://gitlab.gwdg.de/api/v4/projects/10921/packages/npm/" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run lint:scss && npm run lint:markdown && npm run lint && npm run test:unit", | ||
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true" | ||
} | ||
} | ||
} |
Please register or sign in to comment