Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 130 Bytes

typescript.md

File metadata and controls

7 lines (5 loc) · 130 Bytes

tslint

async/await

"no-floating-promises": true if you await when you shouldn’t: "await-promise": [true, "Thenable"]