fix(generators): remove ctx.cwd from prettier.resolveConfig()#3554
fix(generators): remove ctx.cwd from prettier.resolveConfig()#3554buxit wants to merge 4 commits intofeathersjs:dovefrom
Conversation
prettier.resolveConfig() should either be called with a concrete config file or without any parameters. with just a directory it fails to resolve correctly
|
Thank you for the pull request. It looks like the types require a parameter which is why the compile step fails. What does the current failure look like? |
it doesn't pick up the empty string works because there's a check for |
|
|
not sure |
fix prettier formating in generators
prettier.resolveConfig() should either be called with a concrete config file or without any parameters. with just a directory it fails to resolve correctly