File tree Expand file tree Collapse file tree 3 files changed +7
-25
lines changed Expand file tree Collapse file tree 3 files changed +7
-25
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "recommendations" : [
3
+ " dbaeumer.vscode-eslint"
4
+ ]
5
+ }
Original file line number Diff line number Diff line change 12
12
"vsix/" : true
13
13
},
14
14
"csharp.suppressDotnetRestoreNotification" : true ,
15
- "tslint.rulesDirectory" : " node_modules/tslint-microsoft-contrib" ,
16
15
"typescript.tsdk" : " ./node_modules/typescript/lib" ,
17
16
"mocha.enabled" : true ,
18
17
"omnisharp.autoStart" : false ,
19
- "editor.formatOnSave" : false
18
+ "editor.formatOnSave" : false ,
19
+ "eslint.lintTask.enable" : true
20
20
}
Original file line number Diff line number Diff line change 44
44
" Run tests in VS Code by launching the debugger with the 'Launch Tests' configuration."
45
45
]
46
46
},
47
- {
48
- "label" : " tslint" ,
49
- "command" : " gulp" ,
50
- "type" : " shell" ,
51
- "args" : [
52
- " tslint"
53
- ],
54
- "problemMatcher" : {
55
- "owner" : " tslint" ,
56
- "fileLocation" : [
57
- " relative" ,
58
- " ${workspaceFolder}"
59
- ],
60
- "severity" : " warning" ,
61
- "pattern" : {
62
- "regexp" : " ^\\ [tslint\\ ] (.*):(\\ d+):(\\ d+):\\ s+(.*)$" ,
63
- "file" : 1 ,
64
- "line" : 2 ,
65
- "column" : 3 ,
66
- "message" : 4
67
- }
68
- }
69
- }
70
47
]
71
48
}
You can’t perform that action at this time.
0 commit comments