superlint/.automation/test/jsonc/json_bad_1.jsonc
Lukas Gravley 3e0bd7fff4
Eslint for json jsonc and json5 (#1524)
* adding it

* fix typo

* fix tests

* adding back jsonlint

* adding back jsonlint

* fix spacing

* found the typo

* add tests

* adding rules for json

* add to local
2021-05-11 10:54:58 -05:00

11 lines
163 B
Text

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