-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Can't set preference for 'constructor' in tagNamePreference due to upstream issue #537
Comments
Would you like us to solve this in an HTML-JavaScripty way, and use |
Oh, I see the issue is with |
Perhaps I've submitted a patch upstream, but if we want to maintain compatibility back to 6.0.0, we'll need some sort of workaround. |
Unfortunately, jsdoc allows anything that is not whitespace ( |
🎉 This issue has been resolved in version 25.4.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
In the Wikimedia config, we want to allow
@class
and@constructor
.This should be possible with the following config:
However due to an upstream issue (eslint/eslint#13289) it is impossible to use settings keys that exist on Object.prototype (so
constructor
,toString
etc.).The text was updated successfully, but these errors were encountered: