respira/.claude/settings.local.json
Jan-Henrik Bruhn 03ffe7f71f fix: formatting
2025-12-26 22:50:02 +01:00

20 lines
390 B
JSON

{
"permissions": {
"allow": [
"Bash(npm run build:*)",
"Bash(npm run lint)",
"Bash(cat:*)",
"Bash(npm run dev:electron:*)",
"Bash(npm run lint:*)",
"Bash(npm test:*)",
"Bash(npm run:*)",
"Bash(gh issue create:*)",
"Bash(gh label create:*)"
],
"deny": [],
"ask": []
},
"enabledMcpjsonServers": [
"shadcn"
]
}