chore: lint

This commit is contained in:
braks
2023-05-25 20:48:26 +02:00
committed by Braks
parent 0e5a678a7b
commit 94b43a68d6
6 changed files with 17 additions and 8 deletions
+3 -2
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "vite --open",
"lint": "eslint --ext .js,.ts,.vue ./"
"lint": "eslint --ext .js,.ts,.vue ./ && vue-tsc --noEmit"
},
"dependencies": {
"@vue-flow/background": "workspace:*",
@@ -26,6 +26,7 @@
"vite": "^4.3.5",
"vite-svg-loader": "^3.6.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
"vue-router": "^4.1.6",
"vue-tsc": "^1.6.5"
}
}