Allow typecheck/test/lint commands without permission prompts

This commit is contained in:
2026-06-05 02:28:42 +03:00
parent 7d7034ef1a
commit eec2986921
+12
View File
@@ -0,0 +1,12 @@
{
"permissions": {
"allow": [
"Bash(npm run typecheck)",
"Bash(npm run typecheck *)",
"Bash(npm test)",
"Bash(npm test *)",
"Bash(npm run lint)",
"Bash(npm run lint *)"
]
}
}