Skip to content

Commit 9359130

Browse files
committed
Switch recommended tslint extension to ms-vscode.vscode-typescript-tslint-plugin
Signed-off-by: Fred Bricon <fbricon@gmail.com>
1 parent 56138b6 commit 9359130

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// for the documentation about the extensions.json format
44
"recommendations": [
55
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
6-
"eg2.tslint",
6+
"ms-vscode.vscode-typescript-tslint-plugin",
77
"EditorConfig.EditorConfig"
88
]
99
}

0 commit comments

Comments
 (0)