Skip to content

Commit

Permalink
ci: rename commitlint config to CommonJS to prevent commitlint module…
Browse files Browse the repository at this point in the history
… load error
  • Loading branch information
jdbruijn committed Jun 22, 2023
1 parent c68d3ac commit 5c8627a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions commitlint.config.js → commitlint.config.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const config = {
module.exports = {
extends: ['@commitlint/config-conventional'],
plugins: [
{
Expand Down Expand Up @@ -36,5 +36,3 @@ const config = {
'function-rules/header-max-length': [2, 'always'],
},
};

export default config;

0 comments on commit 5c8627a

Please sign in to comment.