Got facebook to work test tomorrow with new accounts please

This commit is contained in:
Ace
2026-06-22 22:00:56 +02:00
parent 9556b67656
commit 4914acf085
3829 changed files with 421635 additions and 138 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0,
"multiline-comment-style": 0,
}
}