Normalize format of config file

This will let us script changes to it with less noise in the diffs.
This commit is contained in:
Katrina Owen 2017-06-10 11:45:22 -06:00
parent 2ce61e7347
commit dcbe746f66

View file

@ -7,160 +7,224 @@
{ {
"slug": "hello-world", "slug": "hello-world",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "bob", "slug": "bob",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "leap", "slug": "leap",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "raindrops", "slug": "raindrops",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "pangram", "slug": "pangram",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "accumulate", "slug": "accumulate",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "triangle", "slug": "triangle",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "scrabble-score", "slug": "scrabble-score",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "anagram", "slug": "anagram",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "space-age", "slug": "space-age",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "strain", "slug": "strain",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "difference-of-squares", "slug": "difference-of-squares",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "word-count", "slug": "word-count",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "sum-of-multiples", "slug": "sum-of-multiples",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "hamming", "slug": "hamming",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "rna-transcription", "slug": "rna-transcription",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "run-length-encoding", "slug": "run-length-encoding",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "sublist", "slug": "sublist",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "nucleotide-count", "slug": "nucleotide-count",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "series", "slug": "series",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "phone-number", "slug": "phone-number",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "grade-school", "slug": "grade-school",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "allergies", "slug": "allergies",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "robot-simulator", "slug": "robot-simulator",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "list-ops", "slug": "list-ops",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "atbash-cipher", "slug": "atbash-cipher",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "say", "slug": "say",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "largest-series-product", "slug": "largest-series-product",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "roman-numerals", "slug": "roman-numerals",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "gigasecond", "slug": "gigasecond",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
}, },
{ {
"slug": "grains", "slug": "grains",
"difficulty": 1, "difficulty": 1,
"topics": [] "topics": [
]
} }
], ],
"deprecated": [], "deprecated": [
],
"ignored": [ "ignored": [
"bin", "bin",
"elm-stuff", "elm-stuff",
@ -170,5 +234,7 @@
"libsysconfcpus", "libsysconfcpus",
"sysconfcpus" "sysconfcpus"
], ],
"foregone": [] "foregone": [
]
} }