Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit db8b2b7

Browse files
author
Kent C. Dodds
committed
chore(scripts): Remove --quiet from eslint code-check
So if there's a failure, we can see what it is
1 parent fddaae2 commit db8b2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"start": "npm run test:watch",
2727
"check-coverage": "istanbul check-coverage --statements 93 --branches 89 --functions 92 --lines 92",
2828
"report-coverage": "cat ./coverage/lcov.info | node_modules/.bin/codecov",
29-
"code-checks": "eslint src/ --quiet",
29+
"code-checks": "eslint src/",
3030
"commit": "git-cz",
3131
"semantic-release": "semantic-release pre && npm run build && npm publish && semantic-release post"
3232
},

0 commit comments

Comments
 (0)