diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c8c455661..a80e7a646 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -56,7 +56,7 @@ jobs: run: bun install - name: Run Biome check (all packages) - run: bunx @biomejs/biome check packages/cli/src/ packages/shared/src/ .claude/scripts/ .claude/skills/setup-spa/ + run: bunx @biomejs/biome check packages/cli/src/ packages/shared/src/ macos-compat: name: macOS Compatibility diff --git a/biome.json b/biome.json index 307d16423..6862b60a6 100644 --- a/biome.json +++ b/biome.json @@ -8,7 +8,7 @@ }, "files": { "ignoreUnknown": false, - "includes": ["packages/**/*.ts"] + "includes": ["packages/**/*.ts", ".claude/**/*.ts"] }, "formatter": { "enabled": true, @@ -100,6 +100,12 @@ } } } + }, + { + "includes": [".claude/**"], + "linter": { + "enabled": false + } } ], "plugins": [