File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,13 @@ Oxlint is designed to catch erroneous or useless code without requiring any conf
1515::: info
1616At 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 ) ,
2020and 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
You can’t perform that action at this time.
0 commit comments