Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Nov 26, 2024
1 parent 7bfad24 commit c8da896
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-Hans/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## 介绍

Vite ESLint 插件。支持 Vite v2 ~ v5 和 ESLint v7 ~ v9。要求 `node>=18`
Vite ESLint 插件。支持 Vite v2 ~ v6 和 ESLint v7 ~ v9。要求 `node>=18`

👇 请查看文档了解具体用法和示例。

Expand Down

0 comments on commit c8da896

Please sign in to comment.