Version 2.1.2 (#317)

* Tweaks and backend vscode settings

* Version bump
This commit is contained in:
jc21
2020-03-06 11:04:42 +10:00
committed by GitHub
parent 569d2b0dce
commit 93f29734b7
6 changed files with 12 additions and 5 deletions

8
backend/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"editor.insertSpaces": false,
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}