mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
d24eb27b4c
* move from jsonlint to eslint * move from jsonlint to eslint * adding test
12 lines
180 B
JSON
12 lines
180 B
JSON
{
|
|
"arrow_spacing": {
|
|
"level": ["ignore"]
|
|
},
|
|
"foo": "bar",
|
|
"foo": "baz",
|
|
"braces_spacing": {
|
|
"level": 'ignore',
|
|
"spaces": 0
|
|
"empty_object_spaces": 0
|
|
}
|
|
}
|