Skip to content

Commit 27fbad6

Browse files
committed
update
1 parent 2e73b8f commit 27fbad6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ This plugin allows us to check the `<template>` and `<script>` of `.vue` files w
1515
ESLint editor integrations are useful to check your code in real-time.
1616

1717
:::warning Status of Vue.js 3.x supports
18-
This plugin supports the basic syntax of Vue.js 3.0, but `<script setup>` does not yet fully support it.
19-
Also, the Vue.js 3.0 experimental feature CSS variable injection is not yet supported. Follow [#1248](https://github.com/vuejs/eslint-plugin-vue/issues/1248) for more details.
18+
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. Follow [#1248](https://github.com/vuejs/eslint-plugin-vue/issues/1248) for more details.
2019
:::
2120

2221
## :traffic_light: Versioning policy

docs/user-guide/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ By default all rules from **base** and **essential** categories report ESLint er
7272
:::
7373

7474
:::warning Status of Vue.js 3.x supports
75-
This plugin supports the basic syntax of Vue.js 3.0, but `<script setup>` does not yet fully support it.
76-
Also, the Vue.js 3.0 experimental feature CSS variable injection is not yet supported. Follow [#1248](https://github.com/vuejs/eslint-plugin-vue/issues/1248) for more details.
75+
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. Follow [#1248](https://github.com/vuejs/eslint-plugin-vue/issues/1248) for more details.
7776
:::
7877

7978
### Running ESLint from the command line
@@ -395,5 +394,5 @@ module.exports = {
395394

396395
#### Other Problems
397396

398-
This `eslint-plugin-vue` does not yet fully support `<script setup>`.
399-
Follow [#1248](https://github.com/vuejs/eslint-plugin-vue/issues/1248) for more details.
397+
Try searching for existing issues.
398+
If it does not exist, you should open a new issue and share your repository to reproduce the issue.

0 commit comments

Comments
 (0)