chore: add ts,tsx to lint-staged (#1796)

This commit is contained in:
Dongwoo Gim 2019-09-22 22:25:52 +09:00 committed by Endi
parent 464bab01aa
commit 4cecdc6db1

View file

@ -64,7 +64,7 @@
},
"lint-staged": {
"linters": {
"*.js": [
"*.{js,jsx,ts,tsx}": [
"yarn lint --fix",
"yarn prettier",
"git add"