Files
ioBroker.hass/.claude/settings.local.json
T

16 lines
435 B
JSON

{
"permissions": {
"allow": [
"Bash(find /c/pWork/ioBroker.hass -name *.ts -o -name src/**/*)",
"Bash(grep -E '^\\\\./\\(src/|[^/]+\\\\.\\(json|ts|js\\)$\\)')",
"Bash(find C:/pWork/ioBroker.ping/test -type f -name *.ts -o -name *.js)",
"Bash(npm install:*)",
"Bash(npm run:*)",
"Bash(rm main.js)",
"Bash(rm lib/hass.js)",
"Bash(rmdir lib:*)",
"Bash(npx mocha:*)"
]
}
}