superlint/test/linters/jsonc/json_bad_1.jsonc

14 lines
176 B
Text
Raw Normal View History

{
"arrow_spacing": {
"level": [
"ignore"
]
},
// more test
"braces_spacing": {
"level": 'ignore',
"spaces": 0,
"empty_object_spaces": 0
}
}