11 lines
244 B
JSON
11 lines
244 B
JSON
{
|
|
"description": "Allow common npm development commands (lint, test, build, start).",
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm run lint)",
|
|
"Bash(npm run test:*)",
|
|
"Bash(npm run build)",
|
|
"Bash(npm start)"
|
|
]
|
|
}
|
|
} |