mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
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:
+4
-4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user