какие-то приколы, не помню

This commit is contained in:
2026-07-25 00:36:27 +06:00
parent ca8728c90c
commit 4584d42cb3
32 changed files with 647 additions and 125 deletions

View File

@@ -1,7 +1,9 @@
{
"permissions": {
"allow": [
"Bash(python -c \"import sys,json; p=json.load\\(sys.stdin\\); deps={**p.get\\('dependencies',{}\\), **p.get\\('devDependencies',{}\\)}; [print\\(k,v\\) for k in sorted\\(deps\\) if any\\(x in k for x in ['mediasoup','socket','vueuse','vue']\\)]\")"
"Bash(python -c \"import sys,json; p=json.load\\(sys.stdin\\); deps={**p.get\\('dependencies',{}\\), **p.get\\('devDependencies',{}\\)}; [print\\(k,v\\) for k in sorted\\(deps\\) if any\\(x in k for x in ['mediasoup','socket','vueuse','vue']\\)]\")",
"Bash(yarn vue-tsc *)",
"Bash(yarn eslint *)"
]
}
}