Skip to content

Commit

Permalink
chore: support commit conventional
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Mar 22, 2024
1 parent beabf0e commit c369174
Show file tree
Hide file tree
Showing 3 changed files with 357 additions and 35 deletions.
3 changes: 3 additions & 0 deletions .commitlintrc.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
extends: ['@commitlint/config-conventional'],
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
},
"devDependencies": {
"@antfu/eslint-config": "^2.9.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@hywax/vitepress-yandex-metrika": "^0.3.4",
"@nuxt/devtools": "^1.1.3",
"@nuxt/eslint-config": "^0.2.0",
Expand Down
Loading

0 comments on commit c369174

Please # to comment.