We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022afe3 commit 57fb33eCopy full SHA for 57fb33e
templates/eslint.config.js.ejs
@@ -2,9 +2,9 @@
2
<%- importer %>
3
<%_ } _%>
4
import { defineConfig, globalIgnores } from 'eslint/config'
5
+import globals from 'globals'
6
import js from '@eslint/js'
7
import pluginVue from 'eslint-plugin-vue'
-import globals from 'globals'
8
<%_ for (const { importer } of configsAfterVuePlugin) { _%>
9
10
0 commit comments