mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
3e0bd7fff4
* 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
11 lines
161 B
Text
11 lines
161 B
Text
{
|
|
"arrow_spacing": {
|
|
"level": "ignore"
|
|
},
|
|
// tests...
|
|
"braces_spacing": {
|
|
"level": "ignore",
|
|
"spaces": 0,
|
|
"empty_object_spaces": 0
|
|
}
|
|
}
|