16 lines
367 B
JSON
16 lines
367 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
"enableAllProjectMcpServers": true,
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(node scripts/design-audit.mjs:*)",
|
|
"Bash(npm run audit:*)",
|
|
"Bash(npx playwright:*)",
|
|
"Read(//home/**)",
|
|
"mcp__playwright",
|
|
"mcp__chrome-devtools",
|
|
"mcp__shadcn"
|
|
]
|
|
}
|
|
}
|