Skip to content

Commit 1803c6e

Browse files
committed
style: move pluginVue after @vue/eslint-config-typescript
1 parent b979c50 commit 1803c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/eslint.config.ts.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<%- importer %>
33
<%_ } _%>
44
import { globalIgnores } from 'eslint/config'
5-
import pluginVue from 'eslint-plugin-vue'
65
import { defineConfigWithVueTs, vueTsConfigs } from '@vue/eslint-config-typescript'
6+
import pluginVue from 'eslint-plugin-vue'
77
<%_ for (const { importer } of configsAfterVuePlugin) { _%>
88
<%- importer %>
99
<%_ } _%>

0 commit comments

Comments
 (0)