File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,8 @@ function ruleFromStandard(name) {
40
40
41
41
module . exports = defineConfig ( {
42
42
extends : [
43
- 'plugin:vue/vue3-recommended' ,
44
43
'standard' ,
45
- 'plugin:import/typescript ' ,
44
+ 'plugin:vue/vue3-recommended ' ,
46
45
'plugin:jsonc/recommended-with-jsonc' ,
47
46
'plugin:yml/standard' ,
48
47
'plugin:markdown/recommended' ,
@@ -55,7 +54,8 @@ module.exports = defineConfig({
55
54
} ,
56
55
parser : 'vue-eslint-parser' ,
57
56
parserOptions : {
58
- ecmaVersion : 'latest'
57
+ ecmaVersion : 'latest' ,
58
+ parser : '@typescript-eslint/parser'
59
59
} ,
60
60
reportUnusedDisableDirectives : true ,
61
61
settings : {
@@ -241,9 +241,6 @@ module.exports = defineConfig({
241
241
overrides : [
242
242
{
243
243
files : [ '*.vue' ] ,
244
- parserOptions : {
245
- parser : '@typescript-eslint/parser'
246
- } ,
247
244
rules : {
248
245
'no-unused-vars' : 'off' ,
249
246
'no-undef' : 'off' ,
You can’t perform that action at this time.
0 commit comments