We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf6af4 commit fa4c1ecCopy full SHA for fa4c1ec
@commitlint/rules/src/references-empty.test.ts
@@ -1,7 +1,8 @@
1
-import preset from 'conventional-changelog-angular';
2
import parse from '@commitlint/parse';
3
import {referencesEmpty} from './references-empty';
4
+const preset = require('conventional-changelog-angular');
5
+
6
const messages = {
7
plain: 'foo: bar',
8
comment: 'foo: baz\n#1 Comment',
0 commit comments