Skip to content

Commit

Permalink
chore: README
Browse files Browse the repository at this point in the history
  • Loading branch information
xcatliu committed Apr 19, 2023
1 parent e230242 commit 66810e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
English / [简体中文](./README.zh-CN.md)

**NEWS: eslint-config-alloy now support TypeScript 5.0**
If you are using TypeScript 4.0, please `npm install --save-dev eslint-config-alloy@4`

**NEWS: eslint-config-alloy now support Vue 3.0**
If you are using TypeScript 4.0, please `npm install --save-dev eslint-config-alloy@4`
If you are using Vue 2.0, please `npm install --save-dev eslint-config-alloy@3`

---
Expand Down
3 changes: 2 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# [eslint-config-alloy][网站]

**最新特性:eslint-config-alloy 现已支持 TypeScript 5.0**
如果你使用的是 TypeScript 4.0,请安装旧版 `npm install --save-dev eslint-config-alloy@4`

**最新特性:eslint-config-alloy 现已支持 Vue 3.0**
如果你使用的是 TypeScript 4.0,请安装旧版 `npm install --save-dev eslint-config-alloy@4`
如果你使用的是 Vue 2.0,请安装旧版 `npm install --save-dev eslint-config-alloy@3`

AlloyTeam ESLint 规则不仅是一套先进的适用于 React/Vue/Typescript 项目的 ESLint 配置规范,而且也是你配置个性化 ESLint 规则的最佳参考。
Expand Down

0 comments on commit 66810e7

Please sign in to comment.