Skip to content

Commit 8e65a0d

Browse files
committed
🐛 fix: 修复 eslint 校验(package.json,pnpm-workspace.yaml)
1 parent 402bf7b commit 8e65a0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"version": "1.3.7",
55
"private": true,
66
"packageManager": "pnpm@10.10.0",
7-
"homepage": "https://ofreshman.github.io/ui-utils-kit/",
87
"description": "ui-utils-kit 是一个偏业务的前端工具函数库",
8+
"homepage": "https://ofreshman.github.io/ui-utils-kit/",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/OFreshman/ui-utils-kit"
1212
},
13+
"author": "OFreshman",
1314
"bugs": {
1415
"url": "https://github.com/OFreshman/ui-utils-kit/issues"
1516
},
16-
"author": "OFreshman",
1717
"scripts": {
1818
"prepare": "simple-git-hooks",
1919
"play": "nr -C playground dev",
@@ -53,4 +53,4 @@
5353
"lint-staged": {
5454
"*.{js,ts,tsx,vue}": "eslint --fix"
5555
}
56-
}
56+
}

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ catalog:
2727
vue-tsc: ^2.1.10
2828
onlyBuiltDependencies:
2929
- esbuild
30-
- simple-git-hooks
30+
- simple-git-hooks

0 commit comments

Comments
 (0)