Skip to content

Commit abae9c9

Browse files
chore: ignore Claude skill artifacts in lint
1 parent 27ef22c commit abae9c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ export default defineConfig([
109109
'storybook-static/**',
110110
'scripts/**',
111111
'website/**',
112+
// Agent tooling (Claude Code skills), not app source — keep out of linting.
113+
'.claude/**',
112114
],
113115
},
114116
// React "You Might Not Need an Effect" rules (explicit instead of configs.recommended)

0 commit comments

Comments
 (0)