Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix links
  • Loading branch information
alexcoderabbitai committed May 9, 2025
commit eae7b4cfa45a0c778db481d7cc57c7de5ffe66aa
6 changes: 3 additions & 3 deletions docs/tools/oxlint.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
<ProPlanNotice />
```

[Oxlint](https://github.com/oxc-project/oxc) is a blazingly fast JavaScript/TypeScript linter written in Rust that is 50-100x faster than ESLint.
[Oxlint](https://oxc.rs/docs/guide/usage/linter) is a blazingly fast JavaScript/TypeScript linter written in Rust that is 50-100x faster than ESLint.

## Supported Files

Expand Down Expand Up @@ -57,5 +57,5 @@ When running Oxlint, CodeRabbit:

## Links

- [Oxlint GitHub Repository](https://github.com/oxc-project/oxc)
- [Oxlint Website](https://oxc.rust-server.org)
- [Oxlint GitHub Repository](https://github.com/oxc-project/oxc/releases/tag/oxlint_v0.16.10)
- [Oxlint Website](https://oxc.rs/docs/guide/usage/linter)