Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 56d2b1f

Browse files
chore: switch to commitlint
1 parent 2d895e6 commit 56d2b1f

File tree

5 files changed

+1022
-81
lines changed

5 files changed

+1022
-81
lines changed

.commitlintrc.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
'use strict'
2+
3+
module.exports = {
4+
extends: [
5+
'@commitlint/config-conventional',
6+
],
7+
8+
rules: {
9+
'scope-enum': [2, 'always', [
10+
'rule',
11+
'plugin',
12+
'eslint',
13+
'core',
14+
]],
15+
16+
'body-leading-blank': [2, 'always'],
17+
},
18+
}

.vcmrc

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)