Skip to content

Commit c59510a

Browse files
update parser
1 parent d5eb95d commit c59510a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default tseslint.config(
2525
sourceType: 'module',
2626
parserOptions: {
2727
parser: tseslint.parser,
28-
project: './tsconfig.json',
28+
project: ['./tsconfig.json', './tsconfig.node.json'],
2929
extraFileExtensions: ['.vue'],
3030
sourceType: 'module',
3131
},

0 commit comments

Comments
 (0)