Skip to content

Commit 90e358c

Browse files
Copilotrzhao271
andauthored
Fix testbed eslint config to include all three tsconfig paths
Agent-Logs-Url: https://github.com/microsoft/vscode-languageserver-node/sessions/6260df1e-bff6-426a-95fb-0937da67d447 Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
1 parent 538f203 commit 90e358c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testbed/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const { createConfig } = require('../eslint.config.base.js');
55

66
module.exports = createConfig(
7-
['./tsconfig.json'],
7+
['./tsconfig.json', './client/tsconfig.json', './server/tsconfig.json'],
88
undefined,
99
{
1010
'no-console': 'off',

0 commit comments

Comments
 (0)