Skip to content

Commit

Permalink
chore: move commitlint config to package.json (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Mar 27, 2024
1 parent b1a76e9 commit 5c2b93e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
1 change: 0 additions & 1 deletion .commitlintrc.js

This file was deleted.

7 changes: 7 additions & 0 deletions package.json
@@ -0,0 +1,7 @@
{
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}
1 change: 0 additions & 1 deletion template/.commitlintrc.js

This file was deleted.

7 changes: 7 additions & 0 deletions template/package.json
@@ -0,0 +1,7 @@
{
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}

0 comments on commit 5c2b93e

Please sign in to comment.