Skip to content

Commit 3a0cf6a

Browse files
Update plugins.md (#600)
Signed-off-by: Alexander Lichter <[email protected]>
1 parent 8527588 commit 3a0cf6a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/docs/guide/usage/linter/plugins.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ plan`](https://github.com/oxc-project/oxc/issues/481) issue on GitHub.
9797

9898
## Adding New Plugins
9999

100-
Do you have a favorite ESLint plugin that you'd like to see supported in Oxlint?
101-
Please open [a feature request](https://github.com/oxc-project/oxc/issues/new?assignees=&labels=C-enhancement%2CA-linter&projects=&template=feature_request.md&title=linter:%20support%20my%20favorite%20plugin).
102-
Please be aware that for plugins that require special parsers, such as `eslint-plugin-vue`
103-
and `eslint-plugin-svelte`, we only support linting the `<script>` sections of those files.
100+
We do not plan to add more Rust-based plugins due to supporting nearly all ESLint plugins [through JS plugins](https://oxc.rs/docs/guide/usage/linter/js-plugins.html#using-js-plugins).
101+
However, contributions that add rules to existing plugins are **highly encouraged**.
102+
If you think a rule or plugin would benefit from being written in rust, please open a discussion first, before making a pull request.

0 commit comments

Comments
 (0)