File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 11// eslint.config.js
22import eslint from '@eslint/js' ;
33import wdnsConfig from '@wdns/eslint-config-wdns' ;
4- import pluginVue from 'eslint-plugin-vue' ;
54import tseslint from 'typescript-eslint' ;
65import AutoImportJson from './.eslintrc-auto-import.json' with { type : 'json' } ;
7- import vueTsEslintConfig from '@vue/eslint-config-typescript' ;
86
97
108export 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 } ,
You can’t perform that action at this time.
0 commit comments