Skip to content

Commit

Permalink
chore: use varlet-release lint commit message (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
a145789 authored Dec 8, 2023
1 parent 4093d4f commit 0f78978
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 928 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"simple-git-hooks": {
"pre-commit": "pnpm exec nano-staged --allow-empty --concurrent false",
"commit-msg": "pnpm exec commitlint -e $1"
"commit-msg": "pnpm exec vr commit-lint $1"
},
"nano-staged": {
"*.{vue,ts,tsx,js,jsx,less,css}": "pnpm format",
Expand All @@ -65,10 +65,8 @@
"vue": "3.3.4",
"eslint": "^8.43.0",
"prettier": "^2.8.8",
"@varlet/release": "0.0.3",
"@varlet/release": "^0.0.5",
"@varlet/eslint-config": "^2.19.2",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@types/minimatch": "^5.1.2",
"@types/qs": "^6.9.7"
},
Expand All @@ -83,4 +81,4 @@
"engines": {
"pnpm": ">=8.0"
}
}
}
Loading

0 comments on commit 0f78978

Please sign in to comment.