Skip to content

Commit

Permalink
chore: remove rules
Browse files Browse the repository at this point in the history
  • Loading branch information
popovevgen committed Jan 4, 2024
1 parent 31dbbe5 commit 63c2cd5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [2, 'always', ['chore', 'ci', 'docs', 'feat', 'test', 'fix',]],
},
extends: ['@commitlint/config-conventional']
}

0 comments on commit 63c2cd5

Please sign in to comment.