Add dbaeumer.vscode-eslint extension into workspace recommended (#2939)

This commit is contained in:
Alexandr Garbuzov 2023-07-19 11:00:31 +03:00 committed by GitHub
parent fa20da1839
commit 5c64e41c8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
{
"recommendations": [
"yzhang.markdown-all-in-one",
"esbenp.prettier-vscode"
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint"
]
}