Skip to content

Commit

Permalink
chore: enable ignoring cerain commit messages from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Oct 22, 2024
1 parent c8029cc commit 67cb248
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .commitlintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports ={
extends: ['@commitlint/config-conventional'],
// Ignore rules can be found here
// https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/is-ignored/src/defaults.ts
defaultIgnores: true,
}
3 changes: 0 additions & 3 deletions .commitlintrc.json

This file was deleted.

0 comments on commit 67cb248

Please sign in to comment.