From acc3c05c8645ca066b55371059c120289359b66f Mon Sep 17 00:00:00 2001 From: shibafu Date: Mon, 17 Aug 2020 20:06:07 +0900 Subject: [PATCH] fix lint-staged extension --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 135f53f..b2de9a8 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "stylelint --fix", "git add" ], - "*.{ts,js,vue}": [ + "*.{ts,tsx,js}": [ "eslint --fix", "git add" ],