-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Unable to use latest version with Yarn PnP in strict
mode
#1284
Closed
marvinruder opened this issue
Jul 30, 2024
· 2 comments
· Fixed by #1285 · May be fixed by AKJUS/node#19
Closed
Unable to use latest version with Yarn PnP in strict
mode
#1284
marvinruder opened this issue
Jul 30, 2024
· 2 comments
· Fixed by #1285 · May be fixed by AKJUS/node#19
Comments
🎉 This issue has been resolved in version 48.10.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thanks for the report! |
This was referenced Aug 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
ESLint succeeds without errors.
Actual behavior
ESLint fails with:
This is likely caused by 3ba475e (as
espree
is imported insrc/getJsdocProcessorPlugin.js
) and can be fixed by movingespree
fromdevDependencies
todependencies
.ESLint Config
// N/A
ESLint sample
// N/A
Environment
eslint-plugin-jsdoc
version: 48.9.3The text was updated successfully, but these errors were encountered: