Skip to content

Commit 81404e0

Browse files
committed
eslint
1 parent a1396ea commit 81404e0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.vscode/extensions.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
2-
// See http://go.microsoft.com/fwlink/?LinkId=827846
3-
// for the documentation about the extensions.json format
4-
"recommendations": [
5-
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
6-
"esbenp.prettier-vscode",
7-
"eg2.tslint"
8-
]
2+
// See http://go.microsoft.com/fwlink/?LinkId=827846
3+
// for the documentation about the extensions.json format
4+
"recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
95
}

0 commit comments

Comments
 (0)