Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jul 4, 2021
1 parent 15bf2db commit 27677ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/README.md
Expand Up @@ -15,8 +15,7 @@ This plugin allows us to check the `<template>` and `<script>` of `.vue` files w
ESLint editor integrations are useful to check your code in real-time.

:::warning Status of Vue.js 3.x supports
This plugin supports the basic syntax of Vue.js 3.0, but `<script setup>` does not yet fully support it.
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.
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.
:::

## :traffic_light: Versioning policy
Expand Down
7 changes: 3 additions & 4 deletions docs/user-guide/README.md
Expand Up @@ -72,8 +72,7 @@ By default all rules from **base** and **essential** categories report ESLint er
:::

:::warning Status of Vue.js 3.x supports
This plugin supports the basic syntax of Vue.js 3.0, but `<script setup>` does not yet fully support it.
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.
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.
:::

### Running ESLint from the command line
Expand Down Expand Up @@ -393,5 +392,5 @@ module.exports = {

#### Other Problems

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

0 comments on commit 27677ad

Please sign in to comment.