style: auto-fix linting issues
This commit is contained in:
parent
5e6fe6a11c
commit
8bc9881b7f
1 changed files with 17 additions and 20 deletions
|
|
@ -1,25 +1,22 @@
|
||||||
{
|
{
|
||||||
"name": "debian-bun-fish-devcontainer",
|
"name": "debian-bun-fish-devcontainer",
|
||||||
"build": {
|
"build": {
|
||||||
"dockerfile": "Dockerfile"
|
"dockerfile": "Dockerfile"
|
||||||
},
|
},
|
||||||
|
|
||||||
"remoteUser": "devuser",
|
"remoteUser": "devuser",
|
||||||
|
|
||||||
"features": {},
|
"features": {},
|
||||||
|
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
|
||||||
"dbaeumer.vscode-eslint",
|
}
|
||||||
"esbenp.prettier-vscode"
|
},
|
||||||
]
|
|
||||||
|
"postCreateCommand": "bun --version && code --version",
|
||||||
|
|
||||||
|
"remoteEnv": {
|
||||||
|
"SHELL": "/usr/bin/fish"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
|
|
||||||
"postCreateCommand": "bun --version && code --version",
|
|
||||||
|
|
||||||
"remoteEnv": {
|
|
||||||
"SHELL": "/usr/bin/fish"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue