openclaw/.claude/settings.json
Shunsuke Hayashi 5456077858 refactor(lint): fix all remaining lint errors
- Add compare functions to sort() calls (7 locations)
- Fix await-thenable issues in browser modules
- Fix restrict-template-expressions with String() conversions
- Fix no-base-to-string with proper type handling

22 lint errors → 0 errors

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-26 13:30:25 +09:00

33 lines
665 B
JSON

{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": ".claude/hooks/discord-task-start.sh",
"timeout": 10
}
]
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": ".claude/hooks/discord-brain-save.sh",
"timeout": 15
},
{
"type": "command",
"command": ".claude/hooks/discord-task-end.sh",
"timeout": 10
}
]
}
]
}
}