Skip to content

Commit

Permalink
chore: fix commitlint config
Browse files Browse the repository at this point in the history
  • Loading branch information
BinToss committed May 15, 2024
1 parent 4fe3cc2 commit a7af908
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion commitlint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import commitlintConfig from '@halospv3/hce.shared-config/commitlintConfig';

/** @type {import('@commitlint/types').UserConfig} */
export default {
extends: '@halospv3/hce.shared-config/commitLintConfig'
...commitlintConfig
};

0 comments on commit a7af908

Please sign in to comment.