This repository was archived by the owner on Aug 16, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork69
fix oxlint#288
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
fix oxlint#288
Changes fromall commits
Commits
Show all changes
2 commits Select commitHold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
6 changes: 5 additions & 1 deletiondocs/changelog.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
46 changes: 0 additions & 46 deletionsdocs/tools/oxc.md
This file was deleted.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
46 changes: 46 additions & 0 deletionsdocs/tools/oxlint.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| --- | ||
| title: oxlint | ||
| sidebar_label: oxlint | ||
| description: CodeRabbit's guide to oxlint. | ||
| --- | ||
| ```mdx-code-block | ||
| 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. | ||
| ## Files | ||
| oxlint will run on files with the following extensions: | ||
| - `.js` | ||
| - `.jsx` | ||
| - `.ts` | ||
| - `.tsx` | ||
| ## Configuration | ||
| oxlint supports the following config files: | ||
| - `oxlint.json` | ||
| - `.oxlintrc` | ||
| - `.oxlintrc.json` | ||
| - `oxlint.config.json` | ||
| :::note | ||
| oxlint does not require configuration to run. If no oxlint config file is found and Biome is enabled, CodeRabbit will use Biome instead as oxlint functionality is included within Biome. If Biome is not enabled or an oxlint config file is found, CodeRabbit will use the default oxlint config. | ||
| ::: | ||
| ## Rule Configuration | ||
| While oxlint embraces convention over configuration, you can customize rules in your config file if needed. The config file should be in JSON format. See the [oxlint documentation](https://oxc-project.github.io) for more details on available rules and configuration options. | ||
| ## Links | ||
| - [oxlint GitHub Repository](https://github.com/oxc-project/oxc) | ||
| - [oxlint Website](https://oxc.rust-server.org) |
10 changes: 5 additions & 5 deletionsdocs/tools/tools.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.