Add Rich List scanner and API endpoints

This commit is contained in:
Krystie
2026-03-24 10:24:44 +01:00
commit 30d22c6d61
795 changed files with 105653 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"env": {
"browser": true,
"node": true
},
"rules": {
"no-console": 0,
"no-empty": [1, { "allowEmptyCatch": true }]
},
"extends": "eslint:recommended"
}