From 7f0dc6c2073a3a1662800fabc8351e035ec3c154 Mon Sep 17 00:00:00 2001 From: Suvesh Moza Date: Thu, 30 Jul 2026 23:15:28 +0530 Subject: [PATCH] feat: expand oxc fileNames for oxlint and oxfmt configs --- scripts/themes/complete.mjs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scripts/themes/complete.mjs b/scripts/themes/complete.mjs index a2f6f88..6c30bdb 100644 --- a/scripts/themes/complete.mjs +++ b/scripts/themes/complete.mjs @@ -263,7 +263,16 @@ const tooling = [ { name: "oxc", color: color(palette.cyan), - fileNames: [".oxlintrc.json"], + fileNames: [ + ".oxlintrc.json", + ".oxlintrc.jsonc", + "oxlint.config.ts", + "oxlint.config.mts", + ".oxfmtrc.json", + ".oxfmtrc.jsonc", + "oxfmt.config.ts", + "oxfmt.config.mts", + ], }, { name: "browserslist-duo",