Skip to content

Commit 169a956

Browse files
committed
520 rules
1 parent 1c7975c commit 169a956

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/docs/guide/usage/linter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ and run Oxlint before ESLint in your local or CI setup for a quicker feedback lo
2222
## Features
2323

2424
- 50 - 100 times faster than ESLint, and scales with the number of CPU cores ([benchmark](https://github.com/oxc-project/bench-javascript-linter)).
25-
- Over 500 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).
25+
- 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
2727
- [`.oxlintrc.json` configuration file](./linter/config).
2828
- [Nested configuration file](./linter/nested-config)

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ features:
2020
link: /docs/guide/usage/parser
2121
linkText: Usage guide
2222
- title: Linter ✅
23-
details: 50~100x faster than ESLint<br/>500+ rules and growing
23+
details: 50~100x faster than ESLint<br/>520+ rules and growing
2424
link: /docs/guide/usage/linter
2525
linkText: Usage guide
2626
- title: Resolver ✅

0 commit comments

Comments
 (0)