[fix] lint-staged のglobパターンが誤ってた
This commit is contained in:
parent
6b15dcaef3
commit
a3e687bdb4
@ -62,7 +62,7 @@
|
|||||||
"stylelint --fix",
|
"stylelint --fix",
|
||||||
"git add"
|
"git add"
|
||||||
],
|
],
|
||||||
".{ts,js,vue}" : [
|
"*.{ts,js,vue}" : [
|
||||||
"eslint --fix",
|
"eslint --fix",
|
||||||
"git add"
|
"git add"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user