diff options
| author | Lee James <[email protected]> | 2025-08-06 15:26:46 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-06 19:26:46 +0000 |
| commit | 1fb680baccf93fee5c96167da96fd31e4d57cf6f (patch) | |
| tree | 77bcd59bbf29d03ab05f79ea4f03e1792dde245a /eslint.config.js | |
| parent | 1f0ad865444c07481385c39b272f9ec2b94d41b9 (diff) | |
bug(tests): fix test errors (#5678)
Co-authored-by: matt korwel <[email protected]>
Diffstat (limited to 'eslint.config.js')
| -rw-r--r-- | eslint.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eslint.config.js b/eslint.config.js index a1194df7..e639e689 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -35,6 +35,7 @@ export default tseslint.config( 'packages/vscode-ide-companion/dist/**', 'bundle/**', 'package/bundle/**', + '.integration-tests/**', ], }, eslint.configs.recommended, |
