You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/guide/usage/linter/plugins.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,6 @@ plan`](https://github.com/oxc-project/oxc/issues/481) issue on GitHub.
97
97
98
98
## Adding New Plugins
99
99
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