style(format): format code with Prettier

This commit is contained in:
Naoki Oketani
2025-05-05 13:37:57 +00:00
parent c2c82aa5b2
commit f45ed00267
7 changed files with 91 additions and 56 deletions

View File

@@ -4,9 +4,7 @@
"postCreateCommand": "npm install",
"customizations": {
"codespaces": {
"openFiles": [
"README.md"
]
"openFiles": ["README.md"]
},
"vscode": {
"extensions": [
@@ -38,4 +36,4 @@
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers-contrib/features/prettier:1": {}
}
}
}