Comit vs code settings to share them

This commit is contained in:
Dominic Villemure
2024-02-25 23:23:48 -05:00
parent 9431e0ccac
commit 017d5163a4
2 changed files with 8 additions and 1 deletions

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

@@ -0,0 +1,8 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": [
"javascript"
]
}