From e542560a6751f3b76e8bff5a612206a34f2cfe8f Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 6 Feb 2026 13:38:49 +0000 Subject: [PATCH] feat(mise/tools): add oxfmt, oxlint, and opencode Co-Authored-By: Claude Opus 4.6 --- config/mise/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index 82626f2..1cda376 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -66,6 +66,8 @@ compile = true "npm:jsonlint" = "latest" "npm:localtunnel" = "latest" "npm:markdown-it" = "latest" +"npm:oxfmt" = "latest" +"npm:oxlint" = "latest" "npm:prettier" = "latest" "npm:prettier-plugin-toml" = "latest" "npm:prettier-pnp" = "latest" @@ -136,6 +138,7 @@ lua = "latest" lua-language-server = "latest" markdownlint-cli2 = "latest" node = "lts" +opencode = "latest" opentofu = "latest" pnpm = "latest" python = "latest"