Skip to content

Commit

Permalink
chore: use commitlint.config esm
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Sep 20, 2023
1 parent 46391f1 commit d89fef7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
'use strict'

module.exports = {
export default {
rules: {
'body-leading-blank': [2, 'always'],
'footer-leading-blank': [2, 'always'],
Expand Down

0 comments on commit d89fef7

Please sign in to comment.