From 51bf193889268fa932c3c9a543e009ae79d1fa39 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 26 Jun 2025 22:30:44 -0400 Subject: ignore: run prettier --- opencode.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'opencode.json') diff --git a/opencode.json b/opencode.json index 59748f927..57b940082 100644 --- a/opencode.json +++ b/opencode.json @@ -3,7 +3,11 @@ "experimental": { "hook": { "file_edited": { - ".json": [] + ".json": [ + { + "command": ["bun", "run", "prettier", "$FILE"] + } + ] }, "session_completed": [ { -- cgit v1.2.3