Kyle DeTella

Results 4 comments of Kyle DeTella

Things have been pretty quiet, but that's understandable, life happens. I have been hesitant to commit to maintaining a fork because I know I myself will not have the bandwidth...

I was running into the same issue with JSON files. As per [this comment](https://github.com/microsoft/TypeScript/issues/33827#issuecomment-1020221358) in [#33827](https://github.com/microsoft/TypeScript/issues/33827), I was able to fix the problem by adding the following to my `tsconfig.json`:...

I ran into the same issue. This is because `t` returns the keyCode `116` which is mapped to `F5` in the [`isSpecialKeypress` method](https://github.com/firstopinion/formatter.js/blob/master/src/utils.js#L146). That makes the `t` character keypress return...

@grrizzly The quick fix was to comment it out. That is certainly less than ideal. I will get around to working on a more practical fix (hopefully) soon. Also, it...