diff --git a/eslint.config.mjs b/eslint.config.mjs index a5273d0..dd3b20b 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -21,6 +21,9 @@ const eslintConfig = defineConfig([ 'test-results/**', 'reports/**', '.stryker-tmp/**', + // Git worktrees checked out under .claude/worktrees are separate checkouts, + // not part of this tree; linting them fails the run on their files. + '.claude/**', ]), prettier, {