We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3076fcf commit 354f25fCopy full SHA for 354f25f
2 files changed
.claude/settings.json
@@ -7,6 +7,7 @@
7
"Bash(pnpm lint:*)",
8
"Bash(pnpm test:*)",
9
"Bash(pnpm typecheck:*)"
10
- ]
+ ],
11
+ "deny": ["Bash(npm:*)", "Bash(yarn:*)"]
12
}
13
opencode.json
@@ -7,7 +7,9 @@
"pnpm format*": "allow",
"pnpm lint*": "allow",
"pnpm test*": "allow",
- "pnpm typecheck*": "allow"
+ "pnpm typecheck*": "allow",
+ "npm *": "deny",
+ "yarn *": "deny"
14
15
0 commit comments