https://travis-ci.org/TWExchangeSolutions/eslint-config-exchange-solutions/jobs/107132691
From what I can see there's a few issues.
- For some reason the
resolvedSourcePath is built up with the dest path?
- On Mac OSX you don't even use the
resolvedSourcePath when creating the symlink, but it does not appear to be respecting the current working directory. This worked in 0.5.3 which was using the correct resolvedSourcePath.
Is there a reason not to use the resolvedSourcePath for all operating systems?
I can put together a PR for this, just trying to gather any backstory I'm missing.