Skip to content

Commit daa7497

Browse files
lint and type check hook
1 parent 80c5d12 commit daa7497

4 files changed

Lines changed: 12 additions & 253 deletions

File tree

.claude/commands/brainstorming.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

.claude/commands/test-driven-development.md

Lines changed: 0 additions & 83 deletions
This file was deleted.

.claude/commands/writing-commands.md

Lines changed: 0 additions & 119 deletions
This file was deleted.

.claude/settings.local.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,17 @@
1111
"Read",
1212
"Write"
1313
]
14+
},
15+
"hooks": {
16+
"SessionEnd": [
17+
{
18+
"hooks": [
19+
{
20+
"type": "command",
21+
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/lint-and-typecheck.sh"
22+
}
23+
]
24+
}
25+
]
1426
}
1527
}

0 commit comments

Comments
 (0)