Commit ee3eab5
chore: ignore .claude/ in ESLint config (#1400)
The root lint script is `eslint .`, and lint-staged runs that same
whole-repo command on any staged ts/js/mjs file. ESLint flat config does
not auto-ignore dot-directories, so from the main checkout ESLint walks
into .claude/worktrees/<name>/, where each worktree holds a full checkout
with its own in-progress code — producing failures unrelated to the
change being committed. Nothing under .claude/ needs linting, and
linting inside a worktree is unaffected.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 910adb3 commit ee3eab5
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
0 commit comments