Webapp: npm: added verify task with typescript and eslint

This commit is contained in:
Francesco 2022-05-01 19:01:44 +02:00
parent 6128093102
commit 01411b4563
1 changed files with 20 additions and 19 deletions

View File

@ -6,7 +6,8 @@
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"verify": "vue-tsc --noEmit && eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"bootstrap": "^5.1.3",