Skip to content

Commit

Permalink
chore: add $schema field to .commitlintrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
cahnory committed Oct 30, 2023
1 parent c20ca0f commit 864b8c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .commitlintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": ["@commitlint/config-conventional"]
"$schema": "https://json.schemastore.org/commitlintrc.json",
"extends": [
"@commitlint/config-conventional"
]
}

0 comments on commit 864b8c0

Please sign in to comment.