Skip to content

Contradicting issue reports between async-await-events and no-await-sync-events #801

Closed
@wadehammes

Description

@wadehammes

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:

image

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:

image

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingreleased

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions