This commit is contained in:
2026-07-08 19:32:16 +09:00
parent 9c40dec070
commit 8ffa9b097a
14 changed files with 238 additions and 50 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
"Bash(./venv/Scripts/python.exe -c ' *)",
"Bash(npx.cmd tsc *)",
"Bash(./venv/Scripts/ruff.exe format *)",
"Bash(./venv/Scripts/ruff.exe check *)"
"Bash(./venv/Scripts/ruff.exe check *)",
"Bash(npx.cmd prettier *)"
]
}
}