Skip to content

Commit 54e8f47

Browse files
committed
Revert #40
See the reasoning at vuejs/eslint-config-typescript#40 (comment)
1 parent 745d28e commit 54e8f47

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

index.js

-8
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ module.exports = {
3333
// does not work with type definitions
3434
'no-unused-vars': 'off',
3535
}
36-
},
37-
{
38-
files: ['*.vue'],
39-
rules:
40-
require('@typescript-eslint/eslint-plugin')
41-
.configs['eslint-recommended']
42-
.overrides.find((override) => override.files.includes('*.ts'))
43-
.rules
4436
}
4537
]
4638
}

0 commit comments

Comments
 (0)