diff --git a/bun.lockb b/bun.lockb index 645719c..f089f7d 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/eslint.config.js b/eslint.config.js index 4ed26d5..6d70a5f 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,6 +1,7 @@ import eslint from '@eslint/js'; import tseslint from 'typescript-eslint'; import eslintConfigPrettier from 'eslint-config-prettier'; +// import tsdocPlugin from 'eslint-plugin-tsdoc'; export default tseslint.config( eslint.configs.recommended, @@ -9,6 +10,9 @@ export default tseslint.config( ...tseslint.configs.stylisticTypeChecked, eslintConfigPrettier, { + /* plugins: { + tsdoc: tsdocPlugin, + }, */ languageOptions: { parserOptions: { projectService: true, @@ -25,6 +29,7 @@ export default tseslint.config( 'ts-check': true, }, ], + // 'tsdoc/syntax': 'warn', }, }, ); diff --git a/package.json b/package.json index e523e77..38d411e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@tsconfig/bun": "^1.0.7", "@tsconfig/strictest": "^2.0.5", - "@types/bun": "^1.1.9", + "@types/bun": "^1.1.10", "@types/compression": "^1.7.5", "@types/cookie-parser": "^1.4.7", "@types/errorhandler": "^1.5.3", @@ -41,12 +41,12 @@ "@types/semver": "^7.5.8", "@types/serve-favicon": "^2.5.7", "errorhandler": "^1.5.1", - "eslint": "^9.10.0", + "eslint": "^9.11.1", "eslint-config-prettier": "^9.1.0", "html-minifier": "^4.0.0", "javascript-obfuscator": "^4.1.1", "prettier": "^3.3.3", "typescript": "^5.6.2", - "typescript-eslint": "^8.5.0" + "typescript-eslint": "^8.7.0" } } diff --git a/src/game/web/clients/astra/index.html b/src/game/web/clients/astra/index.html index d77b185..f5c2178 100644 --- a/src/game/web/clients/astra/index.html +++ b/src/game/web/clients/astra/index.html @@ -8,7 +8,6 @@ - diff --git a/src/game/web/clients/eaglerforge/index.html b/src/game/web/clients/eaglerforge/index.html index 1ac29c9..5fbe513 100644 --- a/src/game/web/clients/eaglerforge/index.html +++ b/src/game/web/clients/eaglerforge/index.html @@ -11,7 +11,6 @@ - diff --git a/src/game/web/clients/resent/index.html b/src/game/web/clients/resent/index.html index a4decf3..dcc216f 100644 --- a/src/game/web/clients/resent/index.html +++ b/src/game/web/clients/resent/index.html @@ -9,7 +9,6 @@ -