Skip to content

Commit

Permalink
chore: externalize commitlint config
Browse files Browse the repository at this point in the history
  • Loading branch information
petermuessig committed Jun 7, 2022
1 parent e473211 commit 684f135
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["@commitlint/config-conventional"]
}
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,5 @@
"prettier-plugin-properties": "^0.1.0",
"pretty-quick": "^3.1.3",
"wait-on": "^6.0.1"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}

1 comment on commit 684f135

@marianfoo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.