Skip to content

Commit ba16708

Browse files
committed
update doc
1 parent e283ebe commit ba16708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ESLint editor integrations are useful to check your code in real-time.
1616

1717
:::warning Status of Vue.js 3.x supports
1818
This plugin supports the basic syntax of Vue.js 3.0 and `<script setup>`, but the Vue.js 3.0 experimental feature CSS variable injection is not yet supported.
19-
If you have issues with these, you will need to search for the issues and if it does not exist, open a new issue.
19+
If you have issues with these, please also refer to the [FAQ](./user-guide/README.md#does-not-work-well-with-script-setup). If you can't find a solution, search for the issue and if the issue doesn't exist, open a new issue.
2020
:::
2121

2222
## :traffic_light: Versioning policy

docs/user-guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ By default all rules from **base** and **essential** categories report ESLint er
7373

7474
:::warning Status of Vue.js 3.x supports
7575
This plugin supports the basic syntax of Vue.js 3.0 and `<script setup>`, but the Vue.js 3.0 experimental feature CSS variable injection is not yet supported.
76-
If you have issues with these, you will need to search for the issues and if it does not exist, open a new issue.
76+
If you have issues with these, please also refer to the [FAQ](#does-not-work-well-with-script-setup). If you can't find a solution, search for the issue and if the issue doesn't exist, open a new issue.
7777
:::
7878

7979
### Running ESLint from the command line

0 commit comments

Comments
 (0)