-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.json
More file actions
65 lines (65 loc) · 1.63 KB
/
Copy pathsettings.json
File metadata and controls
65 lines (65 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"permissions": {
"allow": [
"WebFetch(domain:www.anthropic.com)",
"mcp__nuxt-ui-remote__list_components",
"mcp__nuxt-ui-remote__get_component",
"Bash(npm view:*)",
"Bash(npm run dev)",
"Bash(gh pr view:*)",
"Bash(npm run build)",
"Bash(git fetch:*)"
],
"deny": [],
"ask": []
},
"hooks": {
"PreToolUse": [
{
"matcher": "Write|Edit|MultiEdit|NotebookEdit",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PROJECT_DIR}/hooks/deny-vendor-write.sh",
"timeout": 10
}
]
}
]
},
"enabledPlugins": {
"frontend-design@claude-plugins-official": true,
"plugin-dev@claude-plugins-official": true,
"typescript-lsp@code-intelligence": true,
"graphql-lsp@code-intelligence": false,
"vue-lsp@code-intelligence": true,
"eslint-lsp@code-intelligence": true,
"skill-creator@claude-plugins-official": true,
"auth-skills@better-auth-agent-skills": false,
"nuxt@pleaseai": true,
"vue@pleaseai": true,
"turborepo@pleaseai": true,
"pinia@pleaseai": false,
"vitest@pleaseai": true,
"tsdown@pleaseai": false,
"vueuse@pleaseai": true,
"fetch@pleaseai": true,
"ask@pleaseai": true,
"modern-web-guidance@pleaseai": true
},
"extraKnownMarketplaces": {
"code-intelligence": {
"source": {
"source": "github",
"repo": "chatbot-pf/code-intelligence"
}
},
"pleaseai": {
"source": {
"source": "github",
"repo": "pleaseai/claude-code-plugins"
}
}
},
"language": "english"
}