Skip to content

Commit 5273c73

Browse files
committed
Improve lint-staged config
1 parent 5ba90ec commit 5273c73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
}
6868
},
6969
"lint-staged": {
70-
"!*.{js,md}": [
70+
"!(*.{js,md})": [
7171
"prettier --ignore-unknown --write"
7272
],
7373
"*.{js,md}": [
74-
"eslint --cache --fix",
74+
"eslint --cache --fix --quiet",
7575
"prettier --write"
7676
]
7777
},

0 commit comments

Comments
 (0)