-
Notifications
You must be signed in to change notification settings - Fork 46
Release Notes Oxlint #2739
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
Release Notes Oxlint #2739
Changes from all commits
ca8b57c
f9f8fd8
a312174
8cb983d
82bc254
6320176
12906cb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -119,3 +119,5 @@ Xcode | |
| sourceId | ||
| resync | ||
| autoconfig | ||
| Oxlint | ||
| Oxc | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| --- | ||
| rss_title: Codacy release notes RSS feed | ||
| rss_href: /feed_rss_created.xml | ||
| --- | ||
|
|
||
|
|
||
| # Adding Oxlint as new supported tool – September 2026 | ||
|
Check failure on line 7 in docs/release-notes/cloud/cloud-2026-09-adding-oxlint.md
|
||
|
|
||
| We're excited to announce support for [Oxlint](https://github.com/oxc-project/oxc), a fast Rust-based linter for JavaScript and TypeScript from the Oxc project. With this addition, Codacy can now automatically analyze your JavaScript and TypeScript projects for correctness, style, and best-practice issues (among other categories), reporting them directly in your dashboard. | ||
|
|
||
| **Why it matters:** | ||
|
|
||
| * Oxlint is built for speed, running significantly faster than traditional JS/TS linters. | ||
| * It covers a broad set of rules out of the box, including many equivalents to popular ESLint rules and plugins, so you can catch common issues without heavy configuration, like: | ||
| * ESLint (core rules) | ||
| * typescript-eslint | ||
|
Check failure on line 16 in docs/release-notes/cloud/cloud-2026-09-adding-oxlint.md
|
||
| * React Ecosystem (react, react-hooks, react-refresh, react-perf) | ||
| * @next/eslint-plugin-next | ||
|
Check failure on line 18 in docs/release-notes/cloud/cloud-2026-09-adding-oxlint.md
|
||
| * eslint-plugin-unicorn | ||
|
Check failure on line 19 in docs/release-notes/cloud/cloud-2026-09-adding-oxlint.md
|
||
| * Testing (jest, vitest) | ||
|
Check failure on line 20 in docs/release-notes/cloud/cloud-2026-09-adding-oxlint.md
|
||
| * eslint-plugin-vue | ||
|
Check failure on line 21 in docs/release-notes/cloud/cloud-2026-09-adding-oxlint.md
|
||
| * Additional Standards: import, jsdoc, jsx-a11y, n (Node), and promise | ||
|
Check failure on line 22 in docs/release-notes/cloud/cloud-2026-09-adding-oxlint.md
|
||
|
|
||
| **How it works:** | ||
|
|
||
| - Oxlint runs as a fully integrated Codacy engine, so there's nothing to install or configure locally. | ||
| - Simply enable the tool in your repository settings and Codacy will run it automatically as part of your regular analysis. | ||
|
Check failure on line 27 in docs/release-notes/cloud/cloud-2026-09-adding-oxlint.md
|
||
| - You can configure rules directly through the Codacy UI, or use your repository's own configuration file (`.oxlintrc.json`, `.oxlintrc.jsonc`, `oxlint.config.json`, or `oxlint.config.jsonc`). | ||
|
|
||
| **To get started:** | ||
|
|
||
| 1. Go to your repository settings in Codacy. | ||
| 2. Enable Oxlint under the list of supported tools. | ||
| 3. Select the patterns you'd like to enforce, or rely on your repository's existing configuration file. | ||
|
|
||
| Refer to our [documentation](https://github.com/codacy/codacy-oxlint) for detailed setup instructions. | ||
|
|
||
|
|
||
| If you have any questions or need help, please contact <mailto:support@codacy.com>. | ||
Uh oh!
There was an error while loading. Please reload this page.