From 4cecdc6db1f700b5f4ee591eafe758c34bf3f28e Mon Sep 17 00:00:00 2001 From: Dongwoo Gim Date: Sun, 22 Sep 2019 22:25:52 +0900 Subject: [PATCH] chore: add `ts,tsx` to `lint-staged` (#1796) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9313c9268e..0836815464 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ }, "lint-staged": { "linters": { - "*.js": [ + "*.{js,jsx,ts,tsx}": [ "yarn lint --fix", "yarn prettier", "git add"