forked from zaach/jsonlint
-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Test case:
jsonlint.json:
{
"check": true,
"comments": true,
"continue": true,
"enforce-double-quotes": true,
"no-duplicate-keys": true,
"sort-keys": true,
"trailing-newline": true,
"trim-trailing-commas": true
}test.json
test run:
jsonlint -f jsonlint.json test.jsonFile: test.json
1 hunk differs
===================================================================
--- test.json.orig
+++ test.json
@@ -1,3 +1,3 @@
{
- "a": "b" //aaaa
+ "a": "b"
}I'm a missing something in config?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested
{ "a": "b" //aaaa }