diff options
| author | Dax Raad <[email protected]> | 2025-06-26 22:30:44 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-26 22:30:44 -0400 |
| commit | 51bf193889268fa932c3c9a543e009ae79d1fa39 (patch) | |
| tree | 618e4696cee44bc0c2e74eb23f912e6284b5f87b /opencode.json | |
| parent | f8b78f08b497c7f405c2c725def58347f7c104b3 (diff) | |
| download | opencode-51bf193889268fa932c3c9a543e009ae79d1fa39.tar.gz opencode-51bf193889268fa932c3c9a543e009ae79d1fa39.zip | |
ignore: run prettier
Diffstat (limited to 'opencode.json')
| -rw-r--r-- | opencode.json | 6 |
1 files changed, 5 insertions, 1 deletions
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": [ { |
