15 lines
698 B
JSON
15 lines
698 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(Get-ChildItem -Path \"c:\\\\Users\\\\bruno\\\\Documents\\\\GitHub\\\\vontor-cz\\\\backend\\\\social\\\\\" -Recurse -Filter \"*.py\" | Select-Object -ExpandProperty FullName | head -50)",
|
|
"Bash(dir /s /b)",
|
|
"Bash(xargs head -5)",
|
|
"Bash(npm install *)",
|
|
"Bash(npx tsc *)",
|
|
"Bash(npx eslint *)",
|
|
"Bash(python -c ' *)",
|
|
"PowerShell(Get-ChildItem -Path \"c:\\\\Users\\\\bruno\\\\Documents\\\\GitHub\\\\vontor-cz\\\\frontend\\\\src\\\\components\\\\social\" -File -Recurse | Select-Object FullName, @{n='Lines';e={\\(Get-Content $_.FullName | Measure-Object -Line\\).Lines}} | Format-Table -AutoSize)"
|
|
]
|
|
}
|
|
}
|