mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
devcontainer, fix react-spring
This commit is contained in:
17
.vscode/settings.json
vendored
17
.vscode/settings.json
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user