github.com/exercism/v2-configlet@v3.9.2+incompatible/fixtures/format/formatted/config.json (about) 1 { 2 "language": "Numbers", 3 "active": true, 4 "blurb": "", 5 "ignore_pattern": "example(?!.*test)", 6 "solution_pattern": "[Ee]xample", 7 "test_pattern": "(?i)test", 8 "foregone": [ 9 "three", 10 "four" 11 ], 12 "exercises": [ 13 { 14 "slug": "one", 15 "uuid": "001", 16 "core": false, 17 "auto_approve": true, 18 "unlocked_by": null, 19 "difficulty": 1, 20 "topics": [ 21 "booleans", 22 "control_flow_conditionals", 23 "integers", 24 "logic" 25 ] 26 }, 27 { 28 "slug": "two", 29 "uuid": "002", 30 "core": false, 31 "unlocked_by": null, 32 "difficulty": 1, 33 "topics": [ 34 "equality", 35 "mathematics", 36 "text_formatting", 37 "time" 38 ] 39 } 40 ] 41 }