We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c369a4b commit 1bac39bCopy full SHA for 1bac39b
templates/eslint.config.ts.ejs
@@ -2,10 +2,7 @@
2
<%- importer %>
3
<%_ } _%>
4
import pluginVue from 'eslint-plugin-vue'
5
-import {
6
- defineConfigWithVueTs,
7
- vueTsConfigs,
8
-} from '@vue/eslint-config-typescript'
+import { defineConfigWithVueTs, vueTsConfigs } from '@vue/eslint-config-typescript'
9
<%_ for (const { importer } of configsAfterVuePlugin) { _%>
10
11
0 commit comments