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
3 changes: 2 additions & 1 deletion src/docs/guide/usage/linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ and run Oxlint before ESLint in your local or CI setup for a quicker feedback lo
- Supports:
- JavaScript and TypeScript by their extensions `js`, `mjs`, `cjs`, `jsx`, `ts`, `mts`, `cts` and `tsx`.
- `<script>` content of `.vue`, `.astro` and `.svelte` files.
- Preview support for:
- [type-aware rules](https://oxc.rs/blog/2025-08-17-oxlint-type-aware.html).
- No support for:
- [type-aware rules](https://typescript-eslint.io/getting-started/typed-linting) defined by `typescript-eslint`.
- [stylistic rules](https://eslint.style).

## Installation
Expand Down