Skip to content

Fix/oxlint2 #324

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 9, 2025
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)