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 16f5949 commit 8b0f791Copy full SHA for 8b0f791
@commitlint/config-conventional/src/index.test.ts
@@ -1,5 +1,5 @@
1
import lint from '@commitlint/lint';
2
-import {config} from '.';
+import config from '.';
3
4
const commitLint = async (message) => {
5
const preset = await require(config.parserPreset)();
@commitlint/config-conventional/src/index.ts
@@ -4,7 +4,7 @@ import {
TargetCaseType,
} from '@commitlint/types';
6
7
-export const config = {
+export = {
8
parserPreset: 'conventional-changelog-conventionalcommits',
9
rules: {
10
'body-leading-blank': [RuleConfigSeverity.Warning, 'always'] as const,
0 commit comments