-
-
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
jsdoc/valid-types for "is" property #1221
Closed
dysphasia opened this issue
Apr 4, 2024
· 2 comments
· Fixed by #1222 or abdulrahman305/mockoon#4 · May be fixed by junsulee/juice-shop#4
Closed
jsdoc/valid-types for "is" property #1221
dysphasia opened this issue
Apr 4, 2024
· 2 comments
· Fixed by #1222 or abdulrahman305/mockoon#4 · May be fixed by junsulee/juice-shop#4
Comments
brettz9
added a commit
to brettz9/eslint-plugin-jsdoc
that referenced
this issue
Apr 4, 2024
brettz9
added a commit
that referenced
this issue
Apr 4, 2024
🎉 This issue has been resolved in version 48.2.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
The fix in #1222 doesn't handle nested use of the keyword. For that, one has to escape with quotation marks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
Defining a property or param named
is
should be allowed.Actual behavior
When defining a param or property named
is
, the linter reports an error for the rulejsdoc/valid-types
.ESLint Config
ESLint sample
I've also created a project that reproduces the issue on codesandbox.io:
https://codesandbox.io/p/devbox/festive-sun-g23dhw-y3vs47
Environment
eslint-plugin-jsdoc
version: 48.2.2The text was updated successfully, but these errors were encountered: