forked from zaach/jsonlint
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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"
+ ]
Metadata
Metadata
Assignees
Labels
No labels