update, lint, prettify everything

This commit is contained in:
2021-03-11 20:17:23 +00:00
parent 7c06874642
commit 7362571b7a
20 changed files with 3152 additions and 3702 deletions

10
.vscode/settings.json vendored
View File

@@ -1,2 +1,12 @@
{
"cSpell.words": [
"typeorm"
],
"eslint.workingDirectories": [
".",
"./frontend"
],
"search.exclude": {
"**/package-lock.json": true
}
}