Skip to content

Commit b804f4c

Browse files
committed
use tslint.test.json config on visual studio code
1 parent c73cb18 commit b804f4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Place your settings in this file to overwrite default and user settings.
22
{
3-
"typescript.tsdk": "node_modules/typescript/lib"
3+
"typescript.tsdk": "node_modules/typescript/lib",
4+
"tslint.configFile": "tslint.test.json"
45
}

0 commit comments

Comments
 (0)