Skip to content

Commit

Permalink
misc(add eslint ignore items): adds build folder and commit linter to…
Browse files Browse the repository at this point in the history
… ignore
  • Loading branch information
evenstensberg committed Feb 19, 2018
1 parent 7e4dd3d commit a400809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
coverage
test
docs
.cz-config.js
/build/**
commitlint.config.js
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"travis:lint": "yarn lint && yarn bundlesize",
"bundlesize": "bundlesize",
"commitmsg": "commitlint -e $GIT_PARAMS",
"commit": "commit",
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile changelog.md --same-file"
},
"lint-staged": {
Expand Down

0 comments on commit a400809

Please sign in to comment.