From 673b1d7d2092cf7fff923953fe71630c7c32d6c9 Mon Sep 17 00:00:00 2001 From: gcch Date: Tue, 14 Apr 2026 11:30:27 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20linte=20avec=20oxc=20seulement=20=C3=A0?= =?UTF-8?q?=20la=20sauvegarde=20du=20fichier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Un passage de lint peut prendre jusqu'à 100% du CPU. --- .zed/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zed/settings.json b/.zed/settings.json index fd002a27..ec9c977f 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -17,7 +17,7 @@ "configPath": "cfg/oxlint.config.ts", "disableNestedConfig": false, "fixKind": "safe_fix", - "run": "onType", + "run": "onSave", "unusedDisableDirectives": "deny" } }