Enhance vscode config files

This commit is contained in:
Tau
2019-11-06 17:29:07 -05:00
parent 07222c9ae9
commit fa45169b96
2 changed files with 11 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"recommendations": [
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode",
"mikestead.dotenv"
]
}
+4 -2
View File
@@ -1,3 +1,5 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
"editor.formatOnSave": true,
"editor.rulers": [79],
"typescript.tsdk": "node_modules/typescript/lib"
}