-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Unexpected top-level property "name" with ESLint 8 #489
Labels
Comments
brettz9
added a commit
to brettz9/eslint-plugin-promise
that referenced
this issue
Jul 19, 2024
1 task
🎉 This issue has been resolved in version 6.5.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This was referenced Jul 27, 2024
This was referenced Aug 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
ca9e9b4 introduced a
name
property on the recommended configs. ESLint 8, however, will throw the following error because of the unknown property:Steps to Reproduce
Expected behavior: The plugin should work with ESLint 8 as it's still listed in the
peerDependencies
Actual behavior: It throws
Versions
The text was updated successfully, but these errors were encountered: