mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 09:36:08 +00:00
chore(lint): ignore .claude worktree checkouts in eslint
A worktree parked under .claude/worktrees is a separate checkout; eslint scanning it fails bun run check on files outside this tree.
This commit is contained in:
@@ -21,6 +21,9 @@ const eslintConfig = defineConfig([
|
|||||||
'test-results/**',
|
'test-results/**',
|
||||||
'reports/**',
|
'reports/**',
|
||||||
'.stryker-tmp/**',
|
'.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,
|
prettier,
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user