[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

View File

@ -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"
], ],