Skip to content

Commit 9a89961

Browse files
committed
fixed type error
1 parent 3def36c commit 9a89961

8 files changed

+386
-78
lines changed

.eslintrc.cjs

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
require("@rushstack/eslint-patch/modern-module-resolution");
33

44
module.exports = {
5-
"root": true,
6-
"extends": [
5+
root: true,
6+
extends: [
77
"plugin:vue/vue3-essential",
88
"eslint:recommended",
99
"@vue/eslint-config-typescript/recommended",
10-
"@vue/eslint-config-prettier"
11-
]
12-
}
10+
"@vue/eslint-config-prettier",
11+
],
12+
};

0 commit comments

Comments
 (0)