Skip to content

Commit

Permalink
feat(eslint-config-ali): update @typescript-eslint/eslint-plugin and …
Browse files Browse the repository at this point in the history
…@typescript-eslint/parser
  • Loading branch information
guoyunhe committed Jul 27, 2024
1 parent 2110ce2 commit 2d35ce8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/eslint-config-ali/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 更新日志

## 15.1.0 - 2024-07-27

- 升级 `@typescript-eslint/eslint-plugin` 6.x 到 7.x
- 升级 `@typescript-eslint/parser` 6.x 到 7.x

## 15.0.1 - 2024-04-03

- 修复 `typescript/egg` 导入规则路径错误
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-ali/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-ali",
"version": "15.0.1",
"version": "15.1.0",
"description": "ESLint Shareable Config for Alibaba F2E Guidelines",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -60,8 +60,8 @@
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/preset-react": "^7.23.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint-config-egg": "^13.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
Expand Down

0 comments on commit 2d35ce8

Please sign in to comment.