Skip to content

Commit 74e6a94

Browse files
committed
chore: Support .ts file format
1 parent 326be71 commit 74e6a94

File tree

3 files changed

+149
-121
lines changed

3 files changed

+149
-121
lines changed
File renamed without changes.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"consola": "^3.2.3",
5252
"cross-env": "^7.0.3",
5353
"cz-emoji-chinese": "^0.3.1",
54-
"eslint": "^8.56.0",
54+
"eslint": "npm:eslint-ts-patch@^8.56.0-0",
55+
"eslint-ts-patch": "^8.56.0-0",
5556
"husky": "^9.0.10",
5657
"less": "^4.2.0",
5758
"mockjs": "^1.1.0",
@@ -73,6 +74,9 @@
7374
"vue-tsc": "^1.8.27"
7475
},
7576
"pnpm": {
77+
"overrides": {
78+
"eslint": "8.56.0"
79+
},
7680
"peerDependencyRules": {
7781
"ignoreMissing": [
7882
"postcss",

0 commit comments

Comments
 (0)