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
11 changes: 11 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -9443,6 +9443,17 @@
"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"
},
{
"name": "text2confl config",
"description": "Configuration file for Text2Confl - tool to publish Markdown and Asciidoctor files to Confluence",
"fileMatch": [
"**/.text2confl.yaml",
"**/.text2confl.yml",
"**/text2confl.yaml",
"**/text2confl.yml"
],
"url": "https://raw.githubusercontent.com/zeldigas/text2confl/refs/heads/master/docs/config.schema.json"
}
]
}