Skip to content

Commit 8eebdc9

Browse files
committed
chore: simplify permissions array format in settings.json
1 parent 59cc53e commit 8eebdc9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.claude/settings.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"permissions": {
3-
"allow": [
4-
"Bash(gh pr *)",
5-
"Bash(pnpm --version)",
6-
"Bash(rtk pnpm *)"
7-
]
3+
"allow": ["Bash(gh pr *)", "Bash(pnpm --version)", "Bash(rtk pnpm *)"]
84
}
95
}

0 commit comments

Comments
 (0)