[fix] lint-staged のglobパターンが誤ってた

This commit is contained in:
hina 2020-06-07 19:34:27 +09:00
parent 6b15dcaef3
commit a3e687bdb4
No known key found for this signature in database
GPG Key ID: B666B2A137443F76
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
"stylelint --fix",
"git add"
],
".{ts,js,vue}" : [
"*.{ts,js,vue}" : [
"eslint --fix",
"git add"
],