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 94b8f0f commit 90301adCopy full SHA for 90301ad
build/git-hooks/pre-commit
@@ -3,5 +3,5 @@
3
files_to_lint=$(git diff --cached --name-only --diff-filter=ACM | grep '\.js$')
4
5
if [ -n "$files_to_lint" ]; then
6
- NODE_ENV=production eslint $files_to_lint
+ NODE_ENV=production eslint --quiet $files_to_lint
7
fi
0 commit comments