Amended wordle help.

This commit is contained in:
ThePendulum
2024-07-05 00:40:52 +02:00
parent 857f1816f0
commit a0f1914ce6
2 changed files with 2 additions and 2 deletions

View File

@@ -15,6 +15,6 @@
"no-console": 0,
"indent": ["error", "tab"],
"no-tabs": 0,
"max-len": [2, {"code": 400, "tabWidth": 4, "ignoreUrls": true}]
"max-len": 0
}
}