Skip to content

Commit af0883e

Browse files
committed
chore(commitlint): switched to my commitlint config
1 parent 407d926 commit af0883e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

commitlint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = {extends: ['@commitlint/config-angular']};
1+
module.exports = {extends: ['travi']};

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
"main": "lib/components.cjs.js",
4646
"module": "lib/components.es.js",
4747
"devDependencies": {
48-
"@commitlint/cli": "3.1.2",
49-
"@commitlint/config-angular": "3.1.1",
5048
"@storybook/addon-info": "3.2.4",
5149
"@storybook/react": "3.2.4",
5250
"@travi/any": "1.4.0",
@@ -63,6 +61,7 @@
6361
"babel-register": "6.24.1",
6462
"chai": "4.1.1",
6563
"cheerio": "1.0.0-rc.2",
64+
"commitlint-config-travi": "1.0.0",
6665
"coveralls": "2.13.1",
6766
"cpy-cli": "1.0.1",
6867
"css-loader": "0.28.4",

0 commit comments

Comments
 (0)