Skip to content
New issue

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

Allow compact arrays #36

Open
wyardley opened this issue Feb 28, 2025 · 0 comments
Open

Allow compact arrays #36

wyardley opened this issue Feb 28, 2025 · 0 comments

Comments

@wyardley
Copy link

wyardley commented Feb 28, 2025

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

-      "matchDepTypes": ["dev", "devDependencies"],
-      "addLabels": ["dev-dependencies"]
+      "matchDepTypes": [
+        "dev",
+        "devDependencies"
+      ],
+      "addLabels": [
+        "dev-dependencies"
+      ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant