We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4dd3d commit a400809Copy full SHA for a400809
.eslintignore
@@ -2,3 +2,6 @@
2
coverage
3
test
4
docs
5
+.cz-config.js
6
+/build/**
7
+commitlint.config.js
package.json
@@ -32,7 +32,6 @@
32
"travis:lint": "yarn lint && yarn bundlesize",
33
"bundlesize": "bundlesize",
34
"commitmsg": "commitlint -e $GIT_PARAMS",
35
- "commit": "commit",
36
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile changelog.md --same-file"
37
},
38
"lint-staged": {
0 commit comments