You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my tslint.json in the root of my project. I only want to format a subdirectory which contains generated code. I can't find a way to pass a location to the formatter that works.
When I navigated to the directory i wanted formated I ran this command
$tsfmt -r --useTslint ........\tslint.json
and it ended up formatting the entire project. I only wanted it to format the current directory. Passing . or . did not work either. Any ideas?
The text was updated successfully, but these errors were encountered:
I have my tslint.json in the root of my project. I only want to format a subdirectory which contains generated code. I can't find a way to pass a location to the formatter that works.
When I navigated to the directory i wanted formated I ran this command
$tsfmt -r --useTslint ........\tslint.json
and it ended up formatting the entire project. I only wanted it to format the current directory. Passing . or . did not work either. Any ideas?
The text was updated successfully, but these errors were encountered: