Skip to content

Commit 1f87d6c

Browse files
committed
docs: move type-aware rules to features
1 parent 1e89064 commit 1f87d6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/docs/guide/usage/linter.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ and run Oxlint before ESLint in your local or CI setup for a quicker feedback lo
2424
- 50 - 100 times faster than ESLint, and scales with the number of CPU cores ([benchmark](https://github.com/oxc-project/bench-javascript-linter)).
2525
- Over 520 rules with a growing list from `eslint`, `typescript`, `eslint-plugin-react`, `eslint-plugin-jest`, `eslint-plugin-unicorn`, `eslint-plugin-jsx-a11y` and [many more](https://github.com/oxc-project/oxc/issues/481).
2626
- Supports
27+
- [type-aware rules](https://oxc.rs/blog/2025-08-17-oxlint-type-aware.html).
2728
- [`.oxlintrc.json` configuration file](./linter/config).
2829
- [Nested configuration file](./linter/nested-config)
2930
- [Comment disabling](./linter/config.html#configuring-rules-via-inline-configuration-comments).
@@ -34,8 +35,6 @@ and run Oxlint before ESLint in your local or CI setup for a quicker feedback lo
3435
- Supports:
3536
- JavaScript and TypeScript by their extensions `js`, `mjs`, `cjs`, `jsx`, `ts`, `mts`, `cts` and `tsx`.
3637
- `<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).
3938
- No support for:
4039
- [stylistic rules](https://eslint.style).
4140

0 commit comments

Comments
 (0)