It runs now, wont let me connect to instances though

Signed-off-by: Scott Gould <greysilly7@gmail.com>
This commit is contained in:
Scott Gould 2024-09-19 08:36:43 -04:00
parent dbbba430b7
commit 69c151162e
No known key found for this signature in database
5 changed files with 1772 additions and 2833 deletions

View file

@ -16,6 +16,7 @@ export default tseslint.config(
},
},
files: ["**/*.ts", "**/*.html"],
ignores: ["dist/**/*", "node_modules/**/*"],
rules: {
"array-callback-return": 2,
"block-scoped-var": 2,