fix: un-needed tsdoc script

This commit is contained in:
Valere
2025-12-30 18:17:07 +01:00
parent da55d84bde
commit 5e715765d9
3 changed files with 10 additions and 10 deletions

View File

@@ -18,12 +18,11 @@
"serve": "vite preview",
"prettier:check": "prettier -c .",
"prettier:format": "prettier -w .",
"lint": "yarn lint:types && yarn lint:eslint && yarn lint:knip && yarn lint:tsdoc",
"lint": "yarn lint:types && yarn lint:eslint && yarn lint:knip",
"lint:eslint": "eslint --max-warnings 0 src playwright",
"lint:eslint-fix": "eslint --max-warnings 0 src playwright --fix",
"lint:knip": "knip",
"lint:types": "tsc",
"lint:tsdoc": "eslint --ext .ts,.tsx src",
"i18n": "i18next",
"i18n:check": "i18next --fail-on-warnings --fail-on-update",
"test": "vitest",