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