Open dsherret opened 1 year ago
This is too verbose:
"exec": { "associations": [ "**/*.{sh,bash}", "**/package.json" ], "prettier-package-json.associations": "**/package.json", "prettier-package-json": "node_modules/.bin/prettier-package-json --write", "prettier-package-json.stdin": false }
It should allow for something along these lines now that dprint supports it:
"exec": { "associations": [ "**/*.{sh,bash}", "**/package.json" ], "prettier-package-json": { "associations": "**/package.json", "command": "node_modules/.bin/prettier-package-json --write", "stdin": false } }
This is too verbose:
It should allow for something along these lines now that dprint supports it: