typescript-formatter
typescript-formatter copied to clipboard
Formatter of TypeScript code
I would like to know if the following can be accomplished with the typescript-formatter options that are currently available. Take this control block here: ``` if (true) { // do...
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...
Haven't had a chance to look into this yet, but the following: ``` typescript declare const JSON: JSON; ///////////////////////////// /// ECMAScript Array API (specially handled by compiler) ///////////////////////////// ``` when...
We have been using typescript-formatter a lot lately as pre-commit hook for everyone on the team. We found out however, that there is still one thing that is not normalized...