28 lines
696 B
JSON
28 lines
696 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(pnpm run lint:*)",
|
|
"Bash(rg:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(pnpm run:*)",
|
|
"Bash(find:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(pnpm install:*)",
|
|
"Bash(mv:*)",
|
|
"Bash(node:*)",
|
|
"Bash(npx eslint:*)",
|
|
"Bash(pnpm typecheck:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(./rename_i18n_keys.sh:*)",
|
|
"mcp__context7__resolve-library-id",
|
|
"mcp__context7__get-library-docs",
|
|
"Bash(pnpm add:*)",
|
|
"Bash(pnpm -w run typecheck)",
|
|
"Bash(pnpm --filter @follow/components run typecheck)",
|
|
"Bash(pnpm -w run lint:fix)",
|
|
"Bash(pnpm exec tsc:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |