We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to nice package.json sorting using either one of those:
The text was updated successfully, but these errors were encountered:
The more recent one is https://github.com/keithamus/sort-package-json
However, I prefer to put the keywords in the end
Sorry, something went wrong.
I like prettier-plugin-packagesjon and currently use it with dprint's exec plugin in:
prettier-plugin-packagesjon
"exec": { "associations": [ "**/package.json", ], "prettier-package-json": "node_modules/.bin/prettier-package-json {{file_path}}", "prettier-package-json.associations": "**/package.json", "prettier-package-json.stdin": false, }
Where is the line drawn between making a wasm plugin for dprint vs a dprint-plugin-prettier plug in?
Successfully merging a pull request may close this issue.
Add support to nice package.json sorting using either one of those:
The text was updated successfully, but these errors were encountered: