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
Is there a flag to be less strict about compact arrays?
I'd like to have a diff for things like fixes for incorrect trailing commas, etc, but not for these other sorts of concerns.
I'm not sure if --no-pretty-print or --no-sort-keys are valid (the program doesn't error, but doesn't seem to behave differently
--no-pretty-print
--no-sort-keys
- "matchDepTypes": ["dev", "devDependencies"], - "addLabels": ["dev-dependencies"] + "matchDepTypes": [ + "dev", + "devDependencies" + ], + "addLabels": [ + "dev-dependencies" + ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there a flag to be less strict about compact arrays?
I'd like to have a diff for things like fixes for incorrect trailing commas, etc, but not for these other sorts of concerns.
I'm not sure if
--no-pretty-print
or--no-sort-keys
are valid (the program doesn't error, but doesn't seem to behave differentlyThe text was updated successfully, but these errors were encountered: