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
8 changes: 4 additions & 4 deletions registry/oxlint.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
backends = ["aqua:oxc-project/oxc/oxlint", "npm:oxlint"]
# aqua cannot support oxlint 1.17.0 or later.
# See https://github.com/oxc-project/oxc/discussions/14452#discussioncomment-14631344
backends = ["npm:oxlint", "aqua:oxc-project/oxc/oxlint"]
description = "This is the linter for oxc."
# TODO: Re-enable test once the aqua registry is fixed
# The latest release has incorrect binary naming (oxlint.linux-x64-gnu.node instead of oxlint)
# test = ["oxlint --version", "Version: {{version}}"]
test = ["oxlint --version", "Version: {{version}}"]
Loading