mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-15 05:15:07 -05:00
14 lines
177 B
JSON
14 lines
177 B
JSON
|
{
|
||
|
"arrow_spacing": {
|
||
|
"level": [
|
||
|
"ignore"
|
||
|
]
|
||
|
},
|
||
|
"foo": "bar",
|
||
|
"braces_spacing": {
|
||
|
"level": "ignore",
|
||
|
"spaces": 0,
|
||
|
"empty_object_spaces": 0
|
||
|
}
|
||
|
}
|