Skip to content

Commit

Permalink
style: no need to break the line with a printWidth of 100
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Jan 16, 2025
1 parent c369a4b commit 1bac39b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions templates/eslint.config.ts.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
<%- importer %>
<%_ } _%>
import pluginVue from 'eslint-plugin-vue'
import {
defineConfigWithVueTs,
vueTsConfigs,
} from '@vue/eslint-config-typescript'
import { defineConfigWithVueTs, vueTsConfigs } from '@vue/eslint-config-typescript'
<%_ for (const { importer } of configsAfterVuePlugin) { _%>
<%- importer %>
<%_ } _%>
Expand Down

0 comments on commit 1bac39b

Please sign in to comment.