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.
1 parent 8dde05f commit 9078a90Copy full SHA for 9078a90
eslint.config.js
@@ -1,8 +1,7 @@
1
+import { defineConfigWithVueTs, vueTsConfigs } from '@vue/eslint-config-typescript';
2
import prettier from 'eslint-config-prettier';
3
import vue from 'eslint-plugin-vue';
4
-import { defineConfigWithVueTs, vueTsConfigs } from '@vue/eslint-config-typescript';
5
-
6
export default defineConfigWithVueTs(
7
vue.configs['flat/essential'],
8
vueTsConfigs.recommended,
0 commit comments