-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
jsdoc/recommend error when using Flat Config #1131
Labels
Comments
Same for me. Also reported in eslint to improve their error message for those case eslint/eslint#17369 |
brettz9
added a commit
to brettz9/eslint-plugin-jsdoc
that referenced
this issue
Aug 18, 2023
I've posted #1147 if anyone might take a look. |
🎉 This issue has been resolved in version 46.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
Recommended config works.
This is actually the official ESLint docs https://eslint.org/docs/latest/use/configure/configuration-files-new#using-configurations-included-in-plugins
Actual behavior
ESLint Config
Flat config
ESLint sample
It's a problem with the config. So running eslint should trigger the error.
$ eslint .
Environment
eslint-plugin-jsdoc
version: 46.4.3Workaround
I got it working using this workaround
The text was updated successfully, but these errors were encountered: