Đang tải…
Đang tải…
Allow common npm development commands (lint, test, build, start).
npx claude-code-templates@latest --setting permissions/allow-npm-commands{
"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)"
]
}
}