Skip to content

Commit 9d9952f

Browse files
Copilotcamc314
andauthored
docs(linter): add Vue plugin to supported plugins documentation (#539)
* Initial plan * Add vue plugin to supported plugins table * Update Vue plugin issue reference and clarify script linting --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: camc314 <[email protected]>
1 parent cb0333b commit 9d9952f

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
@@ -93,12 +93,11 @@ plan`](https://github.com/oxc-project/oxc/issues/481) issue on GitHub.
9393
| `promise` | | [#4655](https://github.com/oxc-project/oxc/issues/4655) | Rules from [`eslint-plugin-promise`](https://github.com/eslint-community/eslint-plugin-promise) |
9494
| `jest` | | [#492](https://github.com/oxc-project/oxc/issues/492) | Rules from [`eslint-plugin-jest`](https://github.com/jest-community/eslint-plugin-jest) |
9595
| `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 |
9697

9798
## Adding New Plugins
9899

99100
Do you have a favorite ESLint plugin that you'd like to see supported in Oxlint?
100101
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

Comments
 (0)