Recomend eslint for all samples

This commit is contained in:
Matt Bierner
2020-05-29 14:20:07 -07:00
parent 4efd427258
commit 9819038c9e
36 changed files with 324 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"dbaeumer.vscode-eslint"
]
}