We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d841784 commit 8abd830Copy full SHA for 8abd830
docs/rules/no-then.md
@@ -36,6 +36,7 @@ async function countProcessedData(url) {
36
const data = await downloadData(url);
37
return data.length
38
}
39
+```
40
41
```js
42
async function getProcessedData(url) {
0 commit comments