Skip to content

Commit 9f7a147

Browse files
CopilotBoshen
andauthored
type-aware is in preview
* Initial plan Co-authored-by: Boshen <[email protected]>
1 parent 15dfa9a commit 9f7a147

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/docs/guide/usage/linter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ and run Oxlint before ESLint in your local or CI setup for a quicker feedback lo
3434
- Supports:
3535
- JavaScript and TypeScript by their extensions `js`, `mjs`, `cjs`, `jsx`, `ts`, `mts`, `cts` and `tsx`.
3636
- `<script>` content of `.vue`, `.astro` and `.svelte` files.
37+
- Preview support for:
38+
- [type-aware rules](https://oxc.rs/blog/2025-08-17-oxlint-type-aware.html).
3739
- No support for:
38-
- [type-aware rules](https://typescript-eslint.io/getting-started/typed-linting) defined by `typescript-eslint`.
3940
- [stylistic rules](https://eslint.style).
4041

4142
## Installation

0 commit comments

Comments
 (0)