Closed
Description
Have you read the Troubleshooting section?
Yes
Plugin version
latest
ESLint version
latest
Node.js version
18.16.1
package manager and version
pnpm 8.6.12
Operating system
Macos 13.5
Bug description
I upgraded to v6 and was first met with this error in my Vercel build:

Easy enough. These had no await
so I added that before each. Thinking I would be in the clear, I wasn't expecting the build to fail. However, I am now getting the opposite error in Vercel:

Unsure of what to do here or if this a bug or I need to do some combination of rules config in my eslint. Thanks for the help in advance!
Steps to reproduce
See above
Error output/screenshots
No response
ESLint configuration
No rules overridden in ESLint
Rule(s) affected
async-await-events
and no-await-sync-events
Anything else?
No response
Do you want to submit a pull request to fix this bug?
No