superlint/test/linters/json/json_bad_1.json

15 lines
193 B
JSON
Raw Normal View History

2020-02-04 09:49:58 -05:00
{
"arrow_spacing": {
"level": [
"ignore"
]
2020-02-04 09:49:58 -05:00
},
"foo": "bar",
"foo": "baz",
2020-02-04 09:49:58 -05:00
"braces_spacing": {
"level": 'ignore',
"spaces": 0,
2020-02-04 09:49:58 -05:00
"empty_object_spaces": 0
}
}