Skip to content

Commit 87b5635

Browse files
committed
update doc
1 parent eb215ff commit 87b5635

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/user-guide/index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -480,13 +480,6 @@ You need to use [vue-eslint-parser] v9.0.0 or later.
480480

481481
Previously you had to use the `vue/setup-compiler-macros` environment, this is no longer needed.
482482

483-
#### Other Problems
484-
485-
Try searching for existing issues.
486-
If it does not exist, you should open a new issue and share your repository to reproduce the issue.
487-
488-
[vue-eslint-parser]: https://github.com/vuejs/vue-eslint-parser
489-
490483
### Auto Imports Support
491484

492485
In [Nuxt 3](https://nuxt.com/) or with [`unplugin-auto-import`](https://github.com/unplugin/unplugin-auto-import), Vue APIs can be auto imported. To make rules like [`vue/no-ref-as-operand`](/rules/no-ref-as-operand.html) or [`vue/no-watch-after-await`](/rules/no-watch-after-await.html) work correctly with them, you can specify them in ESLint's [`globals`](https://eslint.org/docs/latest/use/configure/configuration-files-new#configuring-global-variables) options:

0 commit comments

Comments
 (0)