diff --git a/src/docs/guide/usage/linter.md b/src/docs/guide/usage/linter.md index 6af850301f..d85a59f417 100644 --- a/src/docs/guide/usage/linter.md +++ b/src/docs/guide/usage/linter.md @@ -15,14 +15,18 @@ Oxlint is designed to catch erroneous or useless code without requiring any conf :::info At this stage, Oxlint can be used to fully replace ESLint in small to medium projects. -For larger projects, our advice is to turn off ESLint rules via [eslint-plugin-oxlint](https://www.npmjs.com/package/eslint-plugin-oxlint), +For larger projects, our advice is to turn off ESLint rules via +[eslint-plugin-oxlint](https://www.npmjs.com/package/eslint-plugin-oxlint), and run Oxlint before ESLint in your local or CI setup for a quicker feedback loop. ::: ## Features -- 50 - 100 times faster than ESLint, and scales with the number of CPU cores ([benchmark](https://github.com/oxc-project/bench-javascript-linter)). -- 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). +- 50 - 100 times faster than ESLint, and scales with the number of CPU cores + ([benchmark](https://github.com/oxc-project/bench-javascript-linter)). +- 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). - Supports - [`.oxlintrc.json` configuration file](./linter/config). - [Nested configuration file](./linter/nested-config) @@ -34,10 +38,28 @@ 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`. - `