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.
no-async-promise-executor
1 parent 8df9276 commit 0c19417Copy full SHA for 0c19417
1 file changed
docs/src/rules/no-async-promise-executor.md
@@ -76,4 +76,4 @@ const result = Promise.resolve(foo);
76
77
## When Not To Use It
78
79
-If your codebase doesn't support async function syntax, there's no need to enable this rule.
+If your codebase doesn't support `async function` syntax, there's no need to enable this rule.
0 commit comments