Skip to content

Commit 1bac39b

Browse files
committed
style: no need to break the line with a printWidth of 100
1 parent c369a4b commit 1bac39b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

templates/eslint.config.ts.ejs

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
<%- importer %>
33
<%_ } _%>
44
import pluginVue from 'eslint-plugin-vue'
5-
import {
6-
defineConfigWithVueTs,
7-
vueTsConfigs,
8-
} from '@vue/eslint-config-typescript'
5+
import { defineConfigWithVueTs, vueTsConfigs } from '@vue/eslint-config-typescript'
96
<%_ for (const { importer } of configsAfterVuePlugin) { _%>
107
<%- importer %>
118
<%_ } _%>

0 commit comments

Comments
 (0)