Skip to content

Commit a400809

Browse files
committed
misc(add eslint ignore items): adds build folder and commit linter to ignore
1 parent 7e4dd3d commit a400809

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
coverage
33
test
44
docs
5+
.cz-config.js
6+
/build/**
7+
commitlint.config.js

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"travis:lint": "yarn lint && yarn bundlesize",
3333
"bundlesize": "bundlesize",
3434
"commitmsg": "commitlint -e $GIT_PARAMS",
35-
"commit": "commit",
3635
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile changelog.md --same-file"
3736
},
3837
"lint-staged": {

0 commit comments

Comments
 (0)