Valtýr Örn Kjartansson
Valtýr Örn Kjartansson
Awesome, thanks for your contribution! Please add a changeset (`yarn changeset`) and I'll merge this :)
Huh this is interesting. This is likely related to #63. Might be related to you using Windows. I haven't done any testing on non-UNIX systems, and my assumption is that...
Hey, sorry for the late reply. Are you sure this doesn't break prettier configs that are specified in package.json files for example?
Okay interesting. It seems like the resolveConfig method wants the path to the source file in question. Maybe we can pass in the destination path for the generated file here...
@wikes82 If I understand correctly they want the path to the file that prettier is meant to be run on. That is the path to the .ts source file. If...
Sure I'm fine with this.
Would you be willing to create a PR that addresses this issue? Preferably in a manner that supports both new and old behavior?
That would be cool. If you're willing to create a PR for that I'd be more than happy to have a look.
There is no such plan in place as of yet. This isn't as crucial here as in many other packages since prisma-kysely itself isn't executed at runtime but I'm all...
This is awesome! I'm a bit afraid of having different naming standards based on an option, so I wonder if we should make this a breaking change instead (and bump...