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

28 lines
1.3 KiB
JSON

{
"permissions": {
"allow": [
"Bash(pnpm --filter @r-utils/vue3 add vue)",
"Bash(grep -A 5 '\"\"dependencies\"\"' /d/Projects/r-util-js/packages/*/package.json)",
"Bash(grep -r \"console.log\" /d/Projects/r-util-js/packages/*/webpack.config.js)",
"Bash(grep -c \"__dirname\" /d/Projects/r-util-js/packages/*/webpack.config.js)",
"Bash(grep -r \"private.*true\" /d/Projects/r-util-js/packages/*/package.json)",
"Bash(grep \"name\" /d/Projects/r-util-js/packages/*/package.json)",
"Bash(git -C /d/Projects/r-util-js status --short)",
"Bash(pnpm install)",
"Bash(pnpm build)",
"Bash(pnpm test)",
"Bash(printf 'npm run lint-staged\\\\nnpm test\\\\n')",
"Bash(printf 'npx commitlint --edit \"\"$1\"\"\\\\n')",
"Bash(npm view typescript version)",
"Bash(pnpm update typescript)",
"Bash(npm view @typescript-eslint/parser versions --json)",
"Bash(npm view @typescript-eslint/parser@latest peerDependencies)",
"Bash(npm view @typescript-eslint/parser@latest version)",
"Bash(pnpm list typescript)",
"Bash(pnpm list @typescript-eslint/parser @typescript-eslint/eslint-plugin typescript-eslint)",
"Bash(npm view @commitlint/cz-commitlint@latest peerDependencies)",
"Bash(npm view inquirer@9 version)"
]
}
}