Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 211 Bytes

await-promise.md

File metadata and controls

11 lines (6 loc) · 211 Bytes

Pattern: 'await' of non-Promise

Issue: -

Description

Warns for an awaited value that is not a Promise.

Further Reading