chore: Code changes & formatting and linting (#3552)

* Do some code changes & run prettier and eslint

* Fix test:test-type script

* Apply code review suggestions

* update heartbeat interval & add a reason for the specific value

* Fix husky error

* Update to TS 5.5

And use ${configDir}

* Fix test.json tsconfig base

---------

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
Fleny
2024-07-08 15:11:41 -05:00
committed by GitHub
co-authored by Skillz4Killz
parent 2f89d4da30
commit 97a8016041
83 changed files with 370 additions and 526 deletions
+4 -4
View File
@@ -15,9 +15,9 @@
"fmt": "turbo run fmt --no-daemon",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "turbo run lint --no-daemon",
"prepare": "husky install",
"prepare": "husky",
"release-build": "turbo run release-build --no-daemon",
"setup-dd": "husky install",
"setup-dd": "husky",
"test:bun-unit": "turbo run test:bun-unit --no-daemon",
"test:deno-unit": "turbo run test:deno-unit --no-daemon",
"test:e2e": "turbo run test:e2e --no-daemon",
@@ -35,9 +35,9 @@
"lint-staged": "^15.2.7",
"prettier": "^3.2.5",
"turbo": "^1.11.3",
"typedoc": "0.25.11",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "3.17.1",
"typescript": "5.4.5"
"typescript": "^5.5.2"
},
"engines": {
"node": ">=18.0.0"