mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-03-07 03:00:40 +00:00
feat(lint): ts-standard linting configuration
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user