r-util-js/.claude/settings.local.json

35 lines
916 B
JSON

{
"permissions": {
"defaultMode": "acceptEdits",
"allow": [
"Read(./)",
"Edit(./)",
"Write(./)",
"Bash(npm run *)",
"Bash(npm test *)",
"Bash(npm run build *)",
"Bash(npm view *)",
"Bash(npm list *)",
"Bash(pnpm install *)",
"Bash(pnpm add *)",
"Bash(pnpm build *)",
"Bash(pnpm run *)",
"Bash(pnpm test *)",
"Bash(pnpm run build *)",
"Bash(pnpm view *)",
"Bash(pnpm list *)",
"Bash(git diff *)",
"Bash(git status *)",
"Bash(git log *)",
"Bash(grep *)",
"Bash(pnpm --filter @r-utils/vue3 add vue)",
"Bash(printf 'npm run lint-staged\\\\nnpm test\\\\n')",
"Bash(printf 'npx commitlint --edit \"\"$1\"\"\\\\n')",
"Bash(pnpm update typescript)"
],
"ask": ["Read(./.env)", "Read(./.env.*)", "Read(./secrets/**)", "Bash(git push *)", "Bash(rm -rf *)"]
}
}