Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 1be5cd1

Browse files
committed
Ensured that the TSLint VS Code plugin is turned off in the test workspace.
1 parent c63b757 commit 1be5cd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-workspace/.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"typescript.tsdk": "node_modules/typescript/lib"
2+
"typescript.tsdk": "node_modules/typescript/lib",
3+
"tslint.enable": false
34
}

0 commit comments

Comments
 (0)