refactor: bump prettier to version 2.8.1
This major bump creates a lot of noise, but it is necessary for
prettier to be able to parse new syntax such as:
- typed imports: `import { type xxx } from ...`
- private attributes: `class A { #b; #c() {} }` D
Damien Arrachequesne committed
bc98bf12323388cd546f5e73443c231e0ea9d4a0
Parent: 33dc073