From 90c3fe30167b8d3cf676946c23913f32288b18e9 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sun, 28 Dec 2025 22:21:41 -0500 Subject: [PATCH] chore: add oxc plugin --- info.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/info.json b/info.json index 35a5c85..273e753 100644 --- a/info.json +++ b/info.json @@ -63,9 +63,27 @@ }, { "name": "dprint-plugin-biome", - "description": "Biome (JS/TS) wrapper plugin.", + "description": "Biome (JS/TS/JSON) wrapper plugin.", "selected": false, "configKey": "biome", + "fileExtensions": [ + "ts", + "tsx", + "js", + "jsx", + "cjs", + "mjs", + "json" + ], + "configExcludes": [ + "**/node_modules" + ] + }, + { + "name": "dprint-plugin-oxc", + "description": "Oxc (JS/TS) wrapper plugin.", + "selected": false, + "configKey": "oxc", "fileExtensions": [ "ts", "tsx",