{
"$type": "site.standard.document",
"description": "The article discusses the ESLint rule no-floating-promises which disallows promises without await. The rule is designed to prevent developers from accidentally forgetting to await promises, which can lead to unexpected behavior.",
"path": "/posts/eslint-no-floating-promises",
"publishedAt": "2021-12-11T05:00:00.000Z",
"site": "at://did:plc:icpcpp5txyow3prnfgi533lj/site.standard.publication/3mmx3e2b57l2m",
"tags": [
"javascript",
"react",
"node"
],
"title": "No Floating Promises: an eslint rule to prevent async code errors"
}