Bodhi
Results
2
issues of
Bodhi
We use [`tslint-config-prettier`](https://github.com/alexjoverm/tslint-config-prettier) in our TSLint config, is there any way to configure additional presets in this engine?
@jinzhu I'm looking into standardising our logging (and not using `log`). My first thought was to add a private field to `Admin` and `func (Admin) SetLogger()`, but the only place...