custom-cards/boilerplate-card

Outdated Prettier version breaks on part of the card file and doesn't auto-format

Closed this issue · 1 comments

package.json requires prettier@1.19.1, which throws on import type xxxx from 'xxx' statements (e.g boilerplate-card.ts#L24 )

Updating to latest (prettier@2.4.1) fixes it.

Thanks, upgraded all dependencies in 1.4.1