Skip to content

Commit 5e8d618

Browse files
authored
Merge pull request #73 from trurl-master/chores/add-claude-permissions
Add settings.json for Claude permissions configuration
2 parents 945da84 + c5abb0a commit 5e8d618

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.claude/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(npm run lint)",
5+
"Bash(npm run typecheck)",
6+
"Bash(npm run test*)"
7+
],
8+
"deny": []
9+
}
10+
}

0 commit comments

Comments
 (0)