Skip to content

Commit 34d7542

Browse files
committed
refactor: drop Vue 2 support (#5636)
1 parent 05e92f5 commit 34d7542

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tsslint.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ export default defineConfig({
9090
'eqeqeq': true,
9191
'no-unused-expressions': true,
9292
'require-await': true,
93+
'@typescript-eslint/consistent-type-imports': [{
94+
disallowTypeAnnotations: false,
95+
fixStyle: 'inline-type-imports',
96+
}],
9397
'@typescript-eslint/no-unnecessary-type-assertion': true,
9498
'@typescript-eslint/no-unnecessary-condition': true,
9599
}),

0 commit comments

Comments
 (0)