diff --git a/eslint.config.js b/eslint.config.js index 91db5f4..9187ace 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -12,6 +12,9 @@ export default tseslint.config( '**/.vite/**', '**/coverage/**', '.claude/worktrees/**', + // Skill source is upstream-managed (hash-pinned in skills-lock.json); + // its scripts ship as CommonJS and aren't ours to relint. + '.agents/**', ], }, js.configs.recommended,