mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
put backend sources into src setup circleci don't use react-loadable because it seems unnecessary
11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"eslint.workingDirectories": [
|
|
".",
|
|
"./client"
|
|
],
|
|
"search.exclude": {
|
|
"**/package-lock.json": true
|
|
},
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 4
|
|
} |