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

@@ -18,6 +18,7 @@
"dev": "npm run watch",
"build": "tsc",
"tslint": "tslint -p tsconfig.json -c tslint.json",
"tslintfix": "tslint --fix -p tsconfig.json -c tslint.json",
"watch": "tsc --watch",
"test": "jest"
},