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
@@ -93,12 +93,11 @@ plan`](https://github.com/oxc-project/oxc/issues/481) issue on GitHub.
93
93
|`promise`||[#4655](https://github.com/oxc-project/oxc/issues/4655)| Rules from [`eslint-plugin-promise`](https://github.com/eslint-community/eslint-plugin-promise)|
94
94
|`jest`||[#492](https://github.com/oxc-project/oxc/issues/492)| Rules from [`eslint-plugin-jest`](https://github.com/jest-community/eslint-plugin-jest)|
95
95
|`vitest`||[#4656](https://github.com/oxc-project/oxc/issues/4656)| Rules from [`eslint-plugin-vitest`](https://github.com/vitest-dev/eslint-plugin-vitest)|
96
+
|`vue`||[#11440](https://github.com/oxc-project/oxc/issues/11440)| Rules from [`eslint-plugin-vue`](https://github.com/vuejs/eslint-plugin-vue) that work with `<script>` tags |
96
97
97
98
## Adding New Plugins
98
99
99
100
Do you have a favorite ESLint plugin that you'd like to see supported in Oxlint?
100
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).
101
-
Please be aware that we have no plans on supporting rules in plugins that require special
102
-
parsers, such as `eslint-plugin-vue` and `eslint-plugin-svelte`, though we are
103
-
open to supporting rules in these plugins that only affect script tags in their
104
-
source files.
102
+
Please be aware that for plugins that require special parsers, such as `eslint-plugin-vue`
103
+
and `eslint-plugin-svelte`, we support linting the `<script>` sections of those files.
0 commit comments