typescript-formatter
typescript-formatter copied to clipboard
Fix accept absolute paths
@vvakame Here's a fix to handle absolute paths for the settings files
before the fix tsfmt --verbose --useTsfmt ~/.tsfmt.json would fail, because it looks for
specified tsfmt.json : /home/caub/dev/foo/bar/home/caub/.tsfmt.json
after this fix, it'll not touch to absolute settings path