typescript-formatter icon indicating copy to clipboard operation
typescript-formatter copied to clipboard

Fix accept absolute paths

Open caub opened this issue 6 years ago • 0 comments

@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

caub avatar May 19 '19 21:05 caub