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 17, 2024
1 parent bfa190a commit ec75373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default [
"**/out",
"**/poky",
"**/.vscode-test",
"integration-tests/project-folder",
"__mocks__/vscode.ts",
"**/jest.config.js",
"**/eslint.config.mjs",
Expand Down

0 comments on commit ec75373

Please sign in to comment.