Add vscode configuration to fix issues on saving

This commit is contained in:
Bill Thornton
2022-06-28 16:03:16 -04:00
parent 0abd937c5e
commit 10928afcf3
3 changed files with 12 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"recommendations": [
"dbaeumer.vscode-eslint"
]
}
+7
View File
@@ -0,0 +1,7 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.format.enable": true,
"editor.formatOnSave": false
}