Skip to content

Commit 19f978c

Browse files
authored
chore: add eslint vscode extension recommandation (#2120)
it is helpful to have VSCode installing these extensions when start a new workspace.
1 parent bac66fa commit 19f978c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .vscode/extensions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
44

55
// List of extensions which should be recommended for users of this workspace.
6-
"recommendations": ["esbenp.prettier-vscode"],
6+
"recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"],
77
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
88
"unwantedRecommendations": []
99
}

0 commit comments

Comments
 (0)