fix lint-staged extension

This commit is contained in:
shibafu 2020-08-17 20:06:07 +09:00
parent 4405a2b526
commit acc3c05c86
1 changed files with 1 additions and 1 deletions

View File

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