We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45144f1 commit b238b23Copy full SHA for b238b23
src/api/json/catalog.json
@@ -5494,6 +5494,12 @@
5494
"fileMatch": ["**/sites/*/config.yaml", "**/sites/*/config.yml"],
5495
"url": "https://json.schemastore.org/typo3.json"
5496
},
5497
+ {
5498
+ "name": "typos.toml",
5499
+ "description": "typos configuration file",
5500
+ "fileMatch": ["typos.toml", "_typos.toml", ".typos.toml"],
5501
+ "url": "https://raw.githubusercontent.com/crate-ci/typos/master/config.schema.json"
5502
+ },
5503
{
5504
"name": "typings.json",
5505
"description": "Typings TypeScript definitions manager definition file",
0 commit comments