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
When harper-ls checks JSDoc comments, it seems to ignore lines that start with JSDoc tags so some descriptions won't be linted. For example, in the snippet below, harper-ls doesn't indicate that "zpelling" is wrong.
@mcecode, sorry it took so long to get back to you on this. I won't have time this week to get the ball rolling on this. Given your recent forays into the Rust code, might you be interested in tackling thing yourself?
When
harper-ls
checks JSDoc comments, it seems to ignore lines that start with JSDoc tags so some descriptions won't be linted. For example, in the snippet below,harper-ls
doesn't indicate that "zpelling" is wrong.It works when the description is moved to the next line, like so:
The text was updated successfully, but these errors were encountered: