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

@@ -24,6 +24,7 @@
"postpack": "rm -f oclif.manifest.json",
"prepack": "echo \"Building project...\" && rm -rf dist && tsc -b && oclif-dev manifest",
"tslint": "tslint -p tsconfig.json -c tslint.json",
"tslintfix": "tslint --fix -p tsconfig.json -c tslint.json",
"watch": "tsc --watch"
},
"bin": {