Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 1d2dc5a

Browse files
committed
whitelist vscode module for tslint
1 parent c8e5139 commit 1d2dc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tslint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
150
3434
],
3535
"no-angle-bracket-type-assertion": false,
36-
"no-implicit-dependencies": false,
36+
"no-implicit-dependencies": [true, "dev", ["vscode"]],
3737
"no-string-literal": false,
3838
"no-object-literal-type-assertion": false,
3939
"no-invalid-template-strings": false,

0 commit comments

Comments
 (0)