mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -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
163 B
Text
11 lines
163 B
Text
{
|
|
"arrow_spacing": {
|
|
"level": ["ignore"]
|
|
},
|
|
// more test
|
|
"braces_spacing": {
|
|
"level": 'ignore',
|
|
"spaces": 0
|
|
"empty_object_spaces": 0
|
|
}
|
|
}
|