You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
322 B
JSON
17 lines
322 B
JSON
|
3 days ago
|
{
|
||
|
|
"permissions": {
|
||
|
|
"allow": [
|
||
|
|
"Bash(npx prettier --write:*)",
|
||
|
|
"Bash(npm run lint:*)",
|
||
|
|
"Bash(npx prettier --check:*)",
|
||
|
|
"Bash(findstr:*)",
|
||
|
|
"Bash(npm run dev)",
|
||
|
|
"Bash(npm run build)",
|
||
|
|
"Bash(npm run)",
|
||
|
|
"Bash(npm run ts:check:*)"
|
||
|
|
],
|
||
|
|
"deny": [],
|
||
|
|
"ask": []
|
||
|
|
}
|
||
|
|
}
|