mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
9 lines
181 B
JSON
9 lines
181 B
JSON
{
|
|
"eslint.workingDirectories": [".", "./client"],
|
|
"search.exclude": {
|
|
"**/package-lock.json": true
|
|
},
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 4
|
|
}
|