- 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>
33 lines
665 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|