12 lines
204 B
JSON
12 lines
204 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npx tsc *)",
|
|
"Bash(git add *)",
|
|
"Bash(git commit *)",
|
|
"Bash(git push *)",
|
|
"Bash(npx eslint *)",
|
|
"Bash(npm run *)"
|
|
]
|
|
}
|
|
}
|