Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix: Maintain symlinked path if present for better IDE processing
If the repo is in a symlinked directory, then sometimes ESLint and other internal systems of IDEs fails due to the path mismatch between the `pwd` and `realpath`. This fixes that issue by using the symlinked path rather than the absolute path.
- Loading branch information