Skip to content

Commit 14c3774

Browse files
Merge pull request #24 from webdevnerdstuff/dev
Dev
2 parents 7dc17ab + c59510a commit 14c3774

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

eslint.config.mjs

Lines changed: 1 addition & 5 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: [
@@ -29,7 +25,7 @@ export default tseslint.config(
2925
sourceType: 'module',
3026
parserOptions: {
3127
parser: tseslint.parser,
32-
project: './tsconfig.json',
28+
project: ['./tsconfig.json', './tsconfig.node.json'],
3329
extraFileExtensions: ['.vue'],
3430
sourceType: 'module',
3531
},

0 commit comments

Comments
 (0)