Skip to content

Commit 73b3949

Browse files
committed
(maint) Update recommended tslint extension
This commit updates the recommended tslint extension to `ms-vscode.vscode-typescript-tslint-plugin`. The `eg2.tslint` extension is deprecated.
1 parent a0b2e0b commit 73b3949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"recommendations": [
33
"eamodio.gitlens",
4-
"eg2.tslint",
4+
"ms-vscode.vscode-typescript-tslint-plugin",
55
"wwm.better-align",
66
"rebornix.Ruby"
77
]

0 commit comments

Comments
 (0)