Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/docs/guide/usage/linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ and run Oxlint before ESLint in your local or CI setup for a quicker feedback lo

- 50 - 100 times faster than ESLint, and scales with the number of CPU cores
([benchmark](https://github.com/oxc-project/bench-javascript-linter)).
- Over 570 rules with a growing list from `eslint`, `typescript`, `eslint-plugin-react`,
- Over 600 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).
- Supports
Expand Down
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ features:
link: /docs/guide/usage/parser
linkText: Usage guide
- title: Linter ✅
details: 50~100x faster than ESLint<br/>570+ rules and growing<br/>Type-aware Linting
details: 50~100x faster than ESLint<br/>600+ rules and growing<br/>Type-aware Linting
link: /docs/guide/usage/linter
linkText: Usage guide
- title: Resolver ✅
Expand Down