Skip to content

Commit e962e5e

Browse files
committed
chore: Eslint server in vscode doesn't work because it can't find the tsconfig.eslint.json file
1 parent cdb6c90 commit e962e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webui/.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const tsBase = {
4242
extends: [...tsExtends],
4343
plugins: tsPlugins,
4444
...tsParser,
45-
parserOptions: { project: './tsconfig.eslint.json' },
45+
parserOptions: { project: './packages/webui/tsconfig.eslint.json' },
4646
settings: {
4747
node: {
4848
tryExtensions: ['.js', '.json', '.node', '.ts', '.tsx', '.d.ts'],

0 commit comments

Comments
 (0)