From 9c361a8af71cc4c43a80269ecb20e0e5ce313f42 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 17 Feb 2026 09:22:51 +0100 Subject: [PATCH] Add oxfmt and oxlint (#5373) * Add oxfmt and oxlint * lint --- src/api/json/catalog.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index aad5787517b..05689a46002 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -9373,6 +9373,18 @@ "**/mail-servers-config.json5" ], "url": "https://www.schemastore.org/mail-servers-config.json" + }, + { + "name": "oxfmt", + "description": "Configuration file for Oxfmt, a high-performance formatter for the JavaScript ecosystem", + "fileMatch": [".oxfmtrc.json"], + "url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxfmt/configuration_schema.json" + }, + { + "name": "oxlint", + "description": "Configuration file for Oxlint, a high-performance linter for JavaScript and TypeScript built on the Oxc compiler stack", + "fileMatch": [".oxlintrc.json"], + "url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxlint/configuration_schema.json" } ] }