You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to migrate a project to dprint but due to a specific problem with formating in the dprint ts plugin I was trying to make dprint use prettier instead (just to be faster)
The problem is that our project is using a really outdated version of prettier (1.18.2) and upgrading it will change a lot of files (more files than if I were to use the ts plugin)
I was assuming that the prettier plugin would use the one from my package json, but that's not true, it takes the version from here right?
Would be nice to have the prettier version info available at the release notes and/or a way to choose a specific version of prettier (although not doing that forces people to upgrade prettier... which is good)
The text was updated successfully, but these errors were encountered:
I'm currently trying to migrate a project to dprint but due to a specific problem with formating in the dprint ts plugin I was trying to make dprint use prettier instead (just to be faster)
The problem is that our project is using a really outdated version of prettier (1.18.2) and upgrading it will change a lot of files (more files than if I were to use the ts plugin)
I was assuming that the prettier plugin would use the one from my package json, but that's not true, it takes the version from here right?
Would be nice to have the prettier version info available at the release notes and/or a way to choose a specific version of prettier (although not doing that forces people to upgrade prettier... which is good)
The text was updated successfully, but these errors were encountered: