File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 9090 "no-angle-bracket-type-assertion" : true ,
9191 "no-any" : false ,
9292 "no-arg" : true ,
93+ "no-async-without-await" : true ,
9394 "no-bitwise" : true ,
9495 "no-conditional-assignment" : true ,
9596 "no-consecutive-blank-lines" : true ,
197198 true ,
198199 " allow-null-check"
199200 ],
201+ "type-literal-delimiter" : {
202+ "singleLine" : " always"
203+ },
200204 "typedef" : false ,
201205 "typedef-whitespace" : [
202206 true ,
236240 " check-type" ,
237241 " check-typecast" ,
238242 " check-type-operator" ,
239- " check-preblock" ,
240- " check-postbrace"
243+ " check-preblock"
241244 ]
242245 },
243246 "linterOptions" : {
Original file line number Diff line number Diff line change 2121 "standard-version" : " ^4.3.0"
2222 },
2323 "peerDependencies" : {
24- "tslint" : " ^5.9.1 "
24+ "tslint" : " ^5.18.0 "
2525 }
2626}
You can’t perform that action at this time.
0 commit comments