diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index a99ce6d..4a0f723 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -2,7 +2,7 @@ ## Overview -`vite-plugin-eslint2` is a project providing ESLint plugin for Vite. Supports Vite v2 ~ v5 and ESLint v7 ~ v9. Requires `node>=18`. +`vite-plugin-eslint2` is a project providing ESLint plugin for Vite. Supports Vite v2 ~ v6 and ESLint v7 ~ v9. Requires `node>=18`. > For Nuxt projects, please use [@nuxt/eslint](https://github.com/nuxt/eslint). diff --git a/docs/zh-Hans/guide/getting-started.md b/docs/zh-Hans/guide/getting-started.md index 76c1eec..bc0fd18 100644 --- a/docs/zh-Hans/guide/getting-started.md +++ b/docs/zh-Hans/guide/getting-started.md @@ -2,7 +2,7 @@ ## 总览 -`vite-plugin-eslint2` 是 Vite ESLint 插件。支持 Vite v2 ~ v5 和 ESLint v7 ~ v9。要求 `node>=18`。 +`vite-plugin-eslint2` 是 Vite ESLint 插件。支持 Vite v2 ~ v6 和 ESLint v7 ~ v9。要求 `node>=18`。 > 对于 Nuxt 项目,请使用 [@nuxt/eslint](https://github.com/nuxt/eslint)。 diff --git a/packages/core/README.md b/packages/core/README.md index 54dd373..7d075c9 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -16,7 +16,7 @@ English | [简体中文](./README.zh-CN.md) ## Introduction -ESLint plugin for Vite. Supports Vite v2 ~ v5 and ESLint v7 ~ v9. Requires `node>=18`. +ESLint plugin for Vite. Supports Vite v2 ~ v6 and ESLint v7 ~ v9. Requires `node>=18`. 👇 See the documentation for specific usage and examples. diff --git a/packages/core/README.zh-CN.md b/packages/core/README.zh-CN.md index 7e7ee00..bd7a7ef 100644 --- a/packages/core/README.zh-CN.md +++ b/packages/core/README.zh-CN.md @@ -16,7 +16,7 @@ ## 介绍 -Vite ESLint 插件。支持 Vite v2 ~ v5 和 ESLint v7 ~ v9。要求 `node>=18`。 +Vite ESLint 插件。支持 Vite v2 ~ v6 和 ESLint v7 ~ v9。要求 `node>=18`。 👇 请查看文档了解具体用法和示例。