From aa80d334d0c7515b9666fc66503e1bb39cf97bb7 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 19 Mar 2025 16:14:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/package.json b/legacy/package.json index 631dc0d6..4ffdf7ed 100644 --- a/legacy/package.json +++ b/legacy/package.json @@ -57,7 +57,7 @@ "pre-commit": "npx lint-staged" }, "lint-staged": { - "*": [ + "*.{ts,tsx}": [ "prettier --ignore-unknown --write", "eslint --fix" ]