Merge pull request #396 from shikorism/fix/lint-staged

[fix] lint-staged のglobパターンが誤ってた
This commit is contained in:
shibafu 2020-06-07 23:20:49 +09:00 committed by GitHub
commit 43e22045ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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