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" } ] }