Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}