Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shulaoda committed Sep 29, 2024
1 parent a80464e commit 262061a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ declare_oxc_lint!(
/// ```js
/// await doSomething(arg)
/// async function doSomethingElse() {}
/// yield yieldValue(err => {})
/// function* generator() {
/// yield yieldValue(err => {})
/// }
/// eventEmitter.on('error', err => {})
/// ```
PreferAwaitToCallbacks,
Expand Down

0 comments on commit 262061a

Please sign in to comment.