It runs now, wont let me connect to instances though
Signed-off-by: Scott Gould <greysilly7@gmail.com>
This commit is contained in:
parent
dbbba430b7
commit
69c151162e
5 changed files with 1772 additions and 2833 deletions
|
@ -16,6 +16,7 @@ export default tseslint.config(
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
files: ["**/*.ts", "**/*.html"],
|
files: ["**/*.ts", "**/*.html"],
|
||||||
|
ignores: ["dist/**/*", "node_modules/**/*"],
|
||||||
rules: {
|
rules: {
|
||||||
"array-callback-return": 2,
|
"array-callback-return": 2,
|
||||||
"block-scoped-var": 2,
|
"block-scoped-var": 2,
|
||||||
|
|
1074
package-lock.json
generated
1074
package-lock.json
generated
File diff suppressed because it is too large
Load diff
13
package.json
13
package.json
|
@ -12,23 +12,24 @@
|
||||||
"author": "MathMan05",
|
"author": "MathMan05",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@html-eslint/parser": "^0.27.0",
|
||||||
"compression": "^1.7.4",
|
"compression": "^1.7.4",
|
||||||
"express": "^4.19.2",
|
"express": "^4.19.2",
|
||||||
"node-fetch": "^3.3.2",
|
"node-fetch": "^3.3.2",
|
||||||
"ts-to-jsdoc": "^2.2.0"
|
"ts-to-jsdoc": "^2.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "^5.6.2",
|
|
||||||
"eslint": "^8.57.1",
|
|
||||||
"@eslint/js": "^9.10.0",
|
"@eslint/js": "^9.10.0",
|
||||||
"@types/eslint__js": "^8.42.3",
|
|
||||||
"typescript-eslint": "^7.18.0",
|
|
||||||
"@html-eslint/eslint-plugin": "^0.25.0",
|
"@html-eslint/eslint-plugin": "^0.25.0",
|
||||||
"@types/compression": "^1.7.5",
|
"@types/compression": "^1.7.5",
|
||||||
|
"@types/eslint__js": "^8.42.3",
|
||||||
"@types/express": "^4.17.21",
|
"@types/express": "^4.17.21",
|
||||||
"@types/node-fetch": "^2.6.11",
|
"@types/node-fetch": "^2.6.11",
|
||||||
|
"eslint": "^8.57.1",
|
||||||
"gulp": "^5.0.0",
|
"gulp": "^5.0.0",
|
||||||
"gulp-copy": "^5.0.0",
|
"gulp-copy": "^5.0.0",
|
||||||
"gulp-typescript": "^6.0.0-alpha.1"
|
"gulp-typescript": "^6.0.0-alpha.1",
|
||||||
|
"typescript": "^5.6.2",
|
||||||
|
"typescript-eslint": "^7.18.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -28,6 +28,7 @@
|
||||||
"target": "ESNext",
|
"target": "ESNext",
|
||||||
"useDefineForClassFields": true,
|
"useDefineForClassFields": true,
|
||||||
"resolvePackageJsonImports": true,
|
"resolvePackageJsonImports": true,
|
||||||
|
"skipLibCheck": true,
|
||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue