From 07b891deeee69331b870e684c4c9682b11857226 Mon Sep 17 00:00:00 2001 From: Angelika Tyborska Date: Tue, 5 Sep 2023 19:22:51 +0200 Subject: [PATCH] Fix linting errors --- config.json | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/config.json b/config.json index d3ff4e5d9..64cfaae5c 100644 --- a/config.json +++ b/config.json @@ -1235,18 +1235,8 @@ "slug": "beer-song", "name": "Beer Song", "uuid": "24db624b-7c80-409d-97d5-e1177f025c67", - "prerequisites": [ - "strings", - "multiple-clause-functions", - "default-arguments", - "ranges", - "enum", - "recursion" - ], - "practices": [ - "multiple-clause-functions", - "default-arguments" - ], + "prerequisites": [], + "practices": [], "difficulty": 3, "status": "deprecated" }, @@ -1780,16 +1770,8 @@ "slug": "diffie-hellman", "name": "Diffie-Hellman", "uuid": "92caf2b9-3fca-401c-8daa-aaa0193e704f", - "prerequisites": [ - "ranges", - "randomness", - "erlang-libraries" - ], - "practices": [ - "ranges", - "randomness", - "erlang-libraries" - ], + "prerequisites": [], + "practices": [], "difficulty": 4, "status": "deprecated" },