mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-04-05 19:41:42 +08:00
test commit lint
This commit is contained in:
parent
b4457614a9
commit
708a418598
17
.commitlintrc.js
Normal file
17
.commitlintrc.js
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
module.exports = {
|
||||||
|
extends: ['@commitlint/config-conventional'],
|
||||||
|
rules: {
|
||||||
|
'type-enum': [
|
||||||
|
2,
|
||||||
|
'always',
|
||||||
|
['upd', 'feat', 'fix', 'refactor', 'docs', 'chore', 'style', 'revert'],
|
||||||
|
],
|
||||||
|
'type-case': [0],
|
||||||
|
'type-empty': [0],
|
||||||
|
'scope-empty': [0],
|
||||||
|
'scope-case': [0],
|
||||||
|
'subject-full-stop': [0, 'never'],
|
||||||
|
'subject-case': [0, 'never'],
|
||||||
|
'header-max-length': [0, 'always', 72],
|
||||||
|
},
|
||||||
|
}
|
@ -57,6 +57,7 @@
|
|||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
"commit-msg": "commitlint -E $HUSKY_GIT_PARAMS",
|
||||||
"pre-commit": "lint-staged"
|
"pre-commit": "lint-staged"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user