15 lines
280 B
JSON
15 lines
280 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm install *)",
|
|
"Bash(npm test *)",
|
|
"Bash(npm list *)",
|
|
"Bash(./node_modules/.bin/ng test *)",
|
|
"Bash(npx ng *)",
|
|
"Bash(npm start *)",
|
|
"Bash(xargs cat -n)",
|
|
"Bash(xargs ls -la)"
|
|
]
|
|
}
|
|
}
|