You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to indicate an array of ruleHelpUrls?
I currently use SonarJs and @typescript-eslint rules but when I open url they always just append the rule to the one that has been specified in ruleHelpUrl?
Thanks
The text was updated successfully, but these errors were encountered:
Sorry for late response. I did not get an email from github for this issue.
"ruleHelpUrl" should be used as in the following example. {ruleId} will be replaced with the ruleId of the linter.
No need to apologize. I've figured it out, the main issue is that the tslint has different uri than the eslint hence it appends to it multiple messages. The best thing in my humble opinion would be to introduce the ability to define multiple helpUrl per tool or to automatically detect some underneath the hood(dunno whether or not it is possible given the proxy nature).
Is there any way to indicate an array of ruleHelpUrls?
I currently use SonarJs and @typescript-eslint rules but when I open url they always just append the rule to the one that has been specified in ruleHelpUrl?
Thanks
The text was updated successfully, but these errors were encountered: