style: auto-fix linting issues
This commit is contained in:
parent
9e280f6094
commit
b9bbbb6820
2 changed files with 30 additions and 32 deletions
|
|
@ -10,7 +10,5 @@
|
|||
"extensions": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
|
||||
}
|
||||
},
|
||||
"mounts": [
|
||||
"source=${env:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind,consistency=cached",
|
||||
]
|
||||
"mounts": ["source=${env:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind,consistency=cached"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue