Skip to content

Commit 8ed0599

Browse files
authored
Restored the missing --quiet parameter for a pre-commit hook. [skip ci]
1 parent 0167c22 commit 8ed0599

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)