Skip to content

Commit 5580dba

Browse files
authored
Change recommended VS extension to ESLint (#11424)
1 parent 7ad7dc7 commit 5580dba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.vscode/extensions.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"recommendations": [
3-
"ms-vscode.vscode-typescript-tslint-plugin",
4-
"ms-dotnettools.csharp",
5-
"EditorConfig.EditorConfig"
6-
]
2+
"recommendations": [
3+
"dbaeumer.vscode-eslint",
4+
"ms-dotnettools.csharp",
5+
"EditorConfig.EditorConfig"
6+
]
77
}

0 commit comments

Comments
 (0)