Skip to content

Commit d5eb95d

Browse files
cleanup config
1 parent c729082 commit d5eb95d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

eslint.config.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
// eslint.config.js
22
import eslint from '@eslint/js';
33
import wdnsConfig from '@wdns/eslint-config-wdns';
4-
import pluginVue from 'eslint-plugin-vue';
54
import tseslint from 'typescript-eslint';
65
import AutoImportJson from './.eslintrc-auto-import.json' with { type: 'json' };
7-
import vueTsEslintConfig from '@vue/eslint-config-typescript';
86

97

108
export default tseslint.config(
119
eslint.configs.recommended,
1210
...tseslint.configs.recommended,
13-
...pluginVue.configs['flat/essential'],
14-
...vueTsEslintConfig(),
1511
...wdnsConfig,
1612
{
1713
ignores: [

0 commit comments

Comments
 (0)