-
Notifications
You must be signed in to change notification settings - Fork 343
Prettier broken #203
Copy link
Copy link
Open
Labels
client side/developmentclient sided/developmental purpose/request/feature/issueclient sided/developmental purpose/request/feature/issueenhancement
Description
Metadata
Metadata
Assignees
Labels
client side/developmentclient sided/developmental purpose/request/feature/issueclient sided/developmental purpose/request/feature/issueenhancement
Prettier has deprecated babylon and renamed to babel (see here).
Either version <1.16.0 can be specified in the package.json or .prettierrc can be updated to latest values
Also it looks like tabWidth 2 should be the default considering current code