Closed
Description
What is the issue that you're experiencing?
On Windows if you run yarn lint-staged
on a commit that contains a link like [my link](./filter.md)
it will be converted to a path like [my link](\docs\apis\core\reportbuilder\filtering.md)
I'm guessing it should probably be just left alone, since changing it to [my link](/docs/apis/core/reportbuilder/filtering.md)
causes it's own issues.
Are you able to provide a patch for this?
Yes, in pull request #1198