Add tslintfix script

This commit is contained in:
Jan Oberhauser
2020-10-23 09:21:15 +02:00
parent d432eae601
commit 7addd14e36
6 changed files with 6 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
"serve": "cross-env VUE_APP_URL_BASE_API=http://localhost:5678/ vue-cli-service serve",
"test": "npm run test:unit",
"tslint": "tslint -p tsconfig.json -c tslint.json",
"tslintfix": "tslint --fix -p tsconfig.json -c tslint.json",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit"
},