I recently upgraded from prettier@1.15.1 to prettier@1.19.1 and everything works great except for the following:
This line
@OneToMany(() => Address, address => address.contact, { cascade: true })
changed to this
@OneToMany(
() => Address,
address => address.contact,
{ cascade: true }
)
This really grinds my gears, has anyone an idea how to avoid this?
Ok, the problem is already solved and is released in 2.0.0.