This commit is contained in:
Alex
2024-03-04 03:37:23 -05:00
parent 9ea078f414
commit 4c67de9f72
9 changed files with 526 additions and 490 deletions

View File

@ -26,7 +26,7 @@ index 883c03b7..0111d616 100644
}
diff --git a/.eslintrc b/.eslintrc
deleted file mode 100644
index 3c9c658f..00000000
index ddf7bc56..00000000
--- a/.eslintrc
+++ /dev/null
@@ -1,248 +0,0 @@
@ -241,10 +241,10 @@ index 3c9c658f..00000000
- "exports": "always-multiline",
- "functions": "never"
- }],
- "prefer-destructuring": "warn",
- "prefer-destructuring": "off",
- "prefer-object-spread": "off",
- "prefer-rest-params": "off",
- "prefer-spread": "warn",
- "prefer-spread": "off",
- "prefer-template": "off",
- }
- },