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

@@ -28,6 +28,7 @@
"start:windows": "cd bin && n8n",
"test": "jest",
"tslint": "tslint -p tsconfig.json -c tslint.json",
"tslintfix": "tslint --fix -p tsconfig.json -c tslint.json",
"watch": "tsc --watch",
"typeorm": "ts-node ./node_modules/typeorm/cli.js"
},