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

View File

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