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
There are some eslint rules which allow custom, explanatory error messages on rule violations. For example:
no-restricted-imports
no-restricted-syntax
In these custom messages, sometimes it's helpful to refer to specific files within the repo...
... or to external web pages with a deeper explanation of the rule:
It would be amazing if links or file paths within eslint error messages could be rendered as clickable links within the tooltip, similar to the eslint(rule-name) link which appears right at the end of the message (which I can't customise without creating a whole new custom rule).
The text was updated successfully, but these errors were encountered:
There are some eslint rules which allow custom, explanatory error messages on rule violations. For example:
In these custom messages, sometimes it's helpful to refer to specific files within the repo...
... or to external web pages with a deeper explanation of the rule:
It would be amazing if links or file paths within eslint error messages could be rendered as clickable links within the tooltip, similar to the
eslint(rule-name)
link which appears right at the end of the message (which I can't customise without creating a whole new custom rule).The text was updated successfully, but these errors were encountered: