Skip to content

Commit 5a0c3cd

Browse files
committed
chore: 🔧 fix parsing error: '>' expected for Vue SFC
1 parent 1ab1518 commit 5a0c3cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.eslintrc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ module.exports = {
66
},
77
extends: [
88
'eslint:recommended',
9-
'plugin:vue/base',
10-
'plugin:vue/vue3-recommended',
119
'plugin:@typescript-eslint/recommended',
10+
'plugin:vue/vue3-recommended',
1211
],
1312
parserOptions: {
1413
ecmaVersion: 12,

0 commit comments

Comments
 (0)