Files

18 lines
640 B
JSON

{
"permissions": {
"allow": [
"Bash(grep \" FAILED$\")",
"Bash(grep -A2 \" FAILED$\")",
"Bash(grep -A3 \" FAILED$\")",
"Bash(grep -v \"Executed\\\\|^--$\")",
"Bash(grep -E \"TOTAL:|FAILED$\")",
"Bash(node -e \"const c = require\\('chart.js'\\); console.log\\(Object.keys\\(c\\).filter\\(k => k.includes\\('Doughnut'\\) || k.includes\\('Controller'\\)\\)\\)\")",
"Bash(npm list *)",
"Bash(ng update *)",
"Bash(npm run *)",
"Bash(nvm ls *)",
"Bash(grep -E \"\\\\.\\(js|ts\\)$\")"
]
}
}