We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68d3ac commit 5c8627aCopy full SHA for 5c8627a
1 file changed
commitlint.config.js commitlint.config.cjscommitlint.config.js renamed to commitlint.config.cjs
@@ -1,4 +1,4 @@
1
-const config = {
+module.exports = {
2
extends: ['@commitlint/config-conventional'],
3
plugins: [
4
{
@@ -36,5 +36,3 @@ const config = {
36
'function-rules/header-max-length': [2, 'always'],
37
},
38
};
39
-
40
-export default config;
0 commit comments