Skip to content

Commit 7f2c386

Browse files
committed
make the default value for type-enum rule empty
because of conventional-changelog/commitlint/issues/18
1 parent db18896 commit 7f2c386

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

lib/types.js

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
const czConfig = require('./cz-config')();
44

55
const defaults = [
6-
'feat',
7-
'fix',
8-
'docs',
9-
'style',
10-
'refactor',
11-
'perf',
12-
'test',
13-
'chore',
14-
'revert',
6+
// 'feat',
7+
// 'fix',
8+
// 'docs',
9+
// 'style',
10+
// 'refactor',
11+
// 'perf',
12+
// 'test',
13+
// 'chore',
14+
// 'revert',
1515
];
1616

1717
function get(config) {

0 commit comments

Comments
 (0)