Prettier has deprecated babylon and renamed to babel (see [here](https://prettier.io/blog/2020/03/21/2.0.0.html#remove-deprecated-options-and-option-values-6993httpsgithubcomprettierprettierpull6993-7511httpsgithubcomprettierprettierpull7511-7533httpsgithubcomprettierprettierpull7533-7535httpsgithubcomprettierprettierpull7535-7536httpsgithubcomprettierprettierpull7536-by-fiskerhttpsgithubcomfisker)). 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
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