feat(lint): ts-standard linting configuration

This commit is contained in:
2025-03-19 15:27:50 +02:00
parent b9f1933af0
commit 19474e4873
6 changed files with 3418 additions and 10 deletions

View File

@@ -10,6 +10,8 @@
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix",
"type-lint": "ts-standard",
"type-fix": "ts-standard --fix",
"format": "prettier --write src/ index.html .github/ .vscode/"
},
"dependencies": {
@@ -29,6 +31,7 @@
"eslint-plugin-vue": "^10",
"npm-run-all2": "^7.0.0",
"prettier": "^3.0.3",
"ts-standard": "^12.0.2",
"typescript": "~5.8.0",
"vite": "^6",
"vite-plugin-vue-devtools": "^7.0.18",