We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c001f commit 078bfd6Copy full SHA for 078bfd6
package.json
@@ -4,6 +4,7 @@
4
"scripts": {
5
"lint": "eslint examples bin test --fix",
6
"precommit": "lint-staged",
7
+ "commitmsg": "commitlint -e $GIT_PARAMS",
8
"test": "mocha --recursive test/bin",
9
"coverage": "nyc --reporter=lcov --reporter=text npm test && codecov"
10
},
@@ -19,6 +20,8 @@
19
20
"memcached": "~0.2.8"
21
22
"devDependencies": {
23
+ "@commitlint/cli": "^6.2.0",
24
+ "@commitlint/config-conventional": "^6.1.3",
25
"chai": "^4.1.2",
26
"codecov": "^3.0.2",
27
"eslint": "^4.10.0",
0 commit comments