Skip to content

Commit 57fb33e

Browse files
committed
style: move globals import before plugins
1 parent 022afe3 commit 57fb33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/eslint.config.js.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<%- importer %>
33
<%_ } _%>
44
import { defineConfig, globalIgnores } from 'eslint/config'
5+
import globals from 'globals'
56
import js from '@eslint/js'
67
import pluginVue from 'eslint-plugin-vue'
7-
import globals from 'globals'
88
<%_ for (const { importer } of configsAfterVuePlugin) { _%>
99
<%- importer %>
1010
<%_ } _%>

0 commit comments

Comments
 (0)