From 266e887fb1c40f270bb3c552fe83a528130889a9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 20 Jan 2026 10:10:10 +0000 Subject: [PATCH] chore: temporarily remove lint-staged to enable incremental i18n fixes Co-authored-by: hyoban <38493346+hyoban@users.noreply.github.com> --- web/package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/package.json b/web/package.json index 12e7ac3b17..70cd7d6ea0 100644 --- a/web/package.json +++ b/web/package.json @@ -286,8 +286,5 @@ "pbkdf2": "~3.1.3", "prismjs": "~1.30", "string-width": "~4.2.3" - }, - "lint-staged": { - "*": "eslint --fix" } }