22 lines
493 B
JSON
22 lines
493 B
JSON
{
|
|
"permissions": {
|
|
"allow":[
|
|
"Bash(pnpm dlx:*)",
|
|
"Bash(pnpm lint:*"
|
|
],
|
|
"deny": [
|
|
"Bash(pnpm add:*)",
|
|
"Bash(pnpm install:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npm add:*)",
|
|
"Bash(yarn add:*)",
|
|
"CronCreate",
|
|
"CronDelete",
|
|
"CronList",
|
|
"EnterWorktree",
|
|
"ExitWorktree",
|
|
"LSP",
|
|
"PowerShell"
|
|
]
|
|
}
|
|
} |