Skip to content

Commit

Permalink
Fix: fix eslint configuration
Browse files Browse the repository at this point in the history
In CI, eslint is fine.

However, if I run it locally, it tries to cover the project folder and
the server folder symlink in client (already handled in ./server).

I checked that errors in client, integration-tests and server are still
properly detected.
  • Loading branch information
deribaucourt committed Sep 12, 2024
1 parent bfa190a commit 473e2c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export default [
"**/out",
"**/poky",
"**/.vscode-test",
"integration-tests/project-folder",
"client/server",
"__mocks__/vscode.ts",
"**/jest.config.js",
"**/eslint.config.mjs",
Expand Down

0 comments on commit 473e2c6

Please sign in to comment.