mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
16 lines
307 B
JSON
16 lines
307 B
JSON
{
|
|
"eslint.workingDirectories": [".", "./client"],
|
|
"search.exclude": {
|
|
"**/package-lock.json": true
|
|
},
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 4,
|
|
"cSpell.words": [
|
|
"Objs",
|
|
"precache",
|
|
"precaching",
|
|
"renderprops",
|
|
"todos"
|
|
]
|
|
}
|