Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0c19417

Browse filesBrowse files
authored
docs: add missing backtick to no-async-promise-executor (#19188)
1 parent 8df9276 commit 0c19417
Copy full SHA for 0c19417

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎docs/src/rules/no-async-promise-executor.md

Copy file name to clipboardExpand all lines: docs/src/rules/no-async-promise-executor.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ const result = Promise.resolve(foo);
7676

7777
## When Not To Use It
7878

79-
If your codebase doesn't support async function syntax, there's no need to enable this rule.
79+
If your codebase doesn't support `async function` syntax, there's no need to enable this rule.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.