File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 76
76
"travis-fold" : " latest" ,
77
77
"ts-node" : " latest" ,
78
78
"tsd" : " latest" ,
79
- "tslint" : " 4.0.0-dev.0 " ,
79
+ "tslint" : " next " ,
80
80
"typescript" : " next"
81
81
},
82
82
"scripts" : {
Original file line number Diff line number Diff line change @@ -1261,11 +1261,8 @@ namespace TypeScript.Services {
1261
1261
export const TypeScriptServicesFactory = ts . TypeScriptServicesFactory ;
1262
1262
}
1263
1263
1264
- /* tslint:disable:no-unused-variable */
1265
1264
// 'toolsVersion' gets consumed by the managed side, so it's not unused.
1266
1265
// TODO: it should be moved into a namespace though.
1267
1266
1268
1267
/* @internal */
1269
- const toolsVersion = "2.2" ;
1270
-
1271
- /* tslint:enable:no-unused-variable */
1268
+ const toolsVersion = "2.2" ;
Original file line number Diff line number Diff line change 17
17
" double" ,
18
18
" avoid-escape"
19
19
],
20
- "semicolon" : true ,
20
+ "semicolon" : [ true , " ignore-bound-class-methods " ] ,
21
21
"whitespace" : [true ,
22
22
" check-branch" ,
23
23
" check-decl" ,
41
41
"no-trailing-whitespace" : true ,
42
42
"no-inferrable-types" : true ,
43
43
"no-null-keyword" : true ,
44
- "no-unused-variable" : true ,
45
44
"boolean-trivia" : true ,
46
45
"type-operator-spacing" : true ,
47
46
"prefer-const" : true ,
You can’t perform that action at this time.
0 commit comments