Zach Callear
Zach Callear
I did include an exact `dot-properties` dependency, as a workaround, in this case in my Gradle build configuration for Spotless. However, an end-user is going to expect this plugin to...
EDIT: I wiped most of this message, as it turned out to not be very relevant. Yes. The [Spotless plugin for Gradle](https://github.com/diffplug/spotless/tree/main/plugin-gradle) installs its own NPM dependencies, for Prettier and...
Simple reproduction of the basic problem: Good output: 1. ```bash docker run -it node:23.6.1-bookworm bash ``` 2. ```shell cd ~ npm install prettier-plugin-properties echo 'something=this is an extremely long entry....
In my "bad output" example, I'm not specifying a version of the `dot-properties` module for `prettier-plugin-properties` to use as its dependency, but rather I'm showing how the behavior of `prettier-plugin-properties`...