-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contradicting issue reports between async-await-events
and no-await-sync-events
#801
Comments
I wonder if this relates to #669 |
async-await-events
and no-await-sync-events
async-await-events
and no-await-sync-events
Hi @wadehammes, thanks for reporting. Just to confirm, you are extending one of the provided presets without overriding any rule manually, right? |
yes I am extending |
seeing similar errors with 6.0.0 |
Same issue here - just extending no overriding |
I'll take care of this one next week (hopefully). |
🎉 This issue has been resolved in version 6.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@Belco90 i still see the issue of false I extend the |
@fabb can you create a new issue for it? So you can describe better the problem. |
@Belco90 it's exactly the same problem as in the OP. but sure, i can create a new ticket if reopening is not possible. |
v6.0.1 fixed it for us, thanks! |
Ok nvm, I thought we could remove |
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
andno-await-sync-events
Anything else?
No response
Do you want to submit a pull request to fix this bug?
No
The text was updated successfully, but these errors were encountered: