We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
defineConfig
1 parent 74edf9d commit 1679f5cCopy full SHA for 1679f5c
index.js.mjs
@@ -2,13 +2,12 @@ import pluginVue from 'eslint-plugin-vue'
2
import globals from 'globals'
3
import eslint from '@eslint/js'
4
import stylistic from '@stylistic/eslint-plugin'
5
-import { defineConfig } from 'eslint/config'
6
import { defu } from 'defu'
7
import { loadAutoImports } from './utils/autoimports.js'
8
9
const autoImports = loadAutoImports()
10
11
-export default defineConfig([
+export default [
12
eslint.configs.recommended,
13
...pluginVue.configs['flat/recommended'],
14
{
@@ -109,4 +108,4 @@ export default defineConfig([
109
108
'vue/valid-v-slot': ['error', { allowModifiers: true }],
110
},
111
112
-])
+]
0 commit comments