Skip to content

Commit 13f4d59

Browse files
authored
Merge pull request #231 from ckeditor/ci/4027-precommit
Internal: Restored the missing `--quiet` parameter for a pre-commit hook.
2 parents 0167c22 + 8ed0599 commit 13f4d59

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
@@ -62,7 +62,7 @@
6262
},
6363
"lint-staged": {
6464
"**/*": [
65-
"eslint"
65+
"eslint --quiet"
6666
]
6767
},
6868
"workspaces": {

0 commit comments

Comments
 (0)