devcontainer, fix react-spring

This commit is contained in:
2021-03-13 17:57:21 +00:00
parent f96bb50879
commit 7012400a8e
8 changed files with 107 additions and 2459 deletions

17
.vscode/settings.json vendored
View File

@@ -1,11 +1,8 @@
{
"eslint.workingDirectories": [
".",
"./client"
],
"search.exclude": {
"**/package-lock.json": true
},
"editor.insertSpaces": true,
"editor.tabSize": 4
}
"eslint.workingDirectories": [".", "./client"],
"search.exclude": {
"**/package-lock.json": true
},
"editor.insertSpaces": true,
"editor.tabSize": 4
}