Skip to content

Commit d264eeb

Browse files
docs(linter): mention JS plugins on main linter page (#549)
1 parent 630519e commit d264eeb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/docs/guide/usage/linter.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ Oxlint is designed to catch erroneous or useless code without requiring any conf
1515
:::info
1616
At this stage, Oxlint can be used to fully replace ESLint in small to medium projects.
1717

18-
For larger projects, our advice is to turn off ESLint rules via
18+
For larger projects, our current advice is to turn off ESLint rules via
1919
[eslint-plugin-oxlint](https://www.npmjs.com/package/eslint-plugin-oxlint),
2020
and run Oxlint before ESLint in your local or CI setup for a quicker feedback loop.
21+
22+
Oxlint now supports JS plugins with an ESLint-compatible API. JS plugins support is currently experimental but,
23+
once stabilized, users will be able to migrate fully to Oxlint, running any ESLint rules/plugins that Oxlint
24+
doesn't support natively as JS plugins.
2125
:::
2226

2327
## Features
@@ -33,6 +37,7 @@ and run Oxlint before ESLint in your local or CI setup for a quicker feedback lo
3337
- [Nested configuration file](./linter/nested-config)
3438
- [Comment disabling](./linter/config.html#configuring-rules-via-inline-configuration-comments).
3539
- [Automatic Fixes](./linter/automatic-fixes)
40+
- [JS plugins](./linter/js-plugins) (experimental)
3641

3742
## Language Support
3843

0 commit comments

Comments
 (0)