MOBILE-3833 DX: Add VSCode recommendations

This commit is contained in:
Noel De Martin 2021-08-30 14:56:09 +02:00
parent bc1313404d
commit 770b8bd98a

5
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"recommendations": [
"dbaeumer.vscode-eslint"
]
}