Skip to content

Commit c9cbc1d

Browse files
committed
chore(lint): exclude .claude tooling from eslint
The merged .claude/skills/implement/driver.mjs is a Node ESM script that uses console/process; the flat config gives it no Node globals, so eslint flags no-undef. It is tooling, not project source — ignore .claude/**.
1 parent 0e747d8 commit c9cbc1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default tseslint.config(
66
ignores: [
77
"dist/**",
88
"node_modules/**",
9+
".claude/**",
910
".opencode/**",
1011
".playwright-cli/**",
1112
"playwright-report/**",

0 commit comments

Comments
 (0)