@xapp/config
Version:
Shared configuration parameters for TypeScript development
19 lines (18 loc) • 380 B
JSON
{
"permissions": {
"allow": [
"Bash(git checkout:*)",
"Bash(npm outdated:*)",
"Bash(npm install:*)",
"Bash(npm view:*)",
"Bash(npm run lint)",
"Bash(npm run prettier:*)",
"Bash(find:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(gh pr create:*)",
"Bash(node -e:*)"
]
}
}