Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Sep 5, 2023
1 parent 49e11f2 commit 07b891d
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 07b891d

Please sign in to comment.