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",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
"name": "debian-bun-fish-devcontainer",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
|
||||
"remoteUser": "devuser",
|
||||
"remoteUser": "devuser",
|
||||
|
||||
"features": {},
|
||||
"features": {},
|
||||
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"esbenp.prettier-vscode"
|
||||
]
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": ["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