config: fix eslint-check script

This commit is contained in:
Xymorot 2019-10-03 02:28:58 +02:00
parent 03026f1cdd
commit 3e15732362
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"typeorm:migrate:library": "typeorm migration:run -c library",
"watch": "gulp build --watch --dev",
"build": "gulp build",
"eslint-check": "eslint --print-config . | eslint-config-prettier-check",
"eslint-check": "eslint --print-config gulpfile.js | eslint-config-prettier-check",
"eslint": "eslint .",
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"tslint": "tslint -t stylish -c tslint.json -p tsconfig.json",