Skip to content

Commit 9c361a8

Browse files
authored
Add oxfmt and oxlint (SchemaStore#5373)
* Add oxfmt and oxlint * lint
1 parent a534dfc commit 9c361a8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/api/json/catalog.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9373,6 +9373,18 @@
93739373
"**/mail-servers-config.json5"
93749374
],
93759375
"url": "https://www.schemastore.org/mail-servers-config.json"
9376+
},
9377+
{
9378+
"name": "oxfmt",
9379+
"description": "Configuration file for Oxfmt, a high-performance formatter for the JavaScript ecosystem",
9380+
"fileMatch": [".oxfmtrc.json"],
9381+
"url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxfmt/configuration_schema.json"
9382+
},
9383+
{
9384+
"name": "oxlint",
9385+
"description": "Configuration file for Oxlint, a high-performance linter for JavaScript and TypeScript built on the Oxc compiler stack",
9386+
"fileMatch": [".oxlintrc.json"],
9387+
"url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxlint/configuration_schema.json"
93769388
}
93779389
]
93789390
}

0 commit comments

Comments
 (0)