Skip to content

Commit 6add14d

Browse files
committed
add claude settings
1 parent 7275c3a commit 6add14d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.claude/settings.local.json

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

0 commit comments

Comments
 (0)