fix lint-staged extension

This commit is contained in:
shibafu 2020-08-17 20:06:07 +09:00
parent 4405a2b526
commit acc3c05c86

View File

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