config: fix eslint-check script
This commit is contained in:
parent
03026f1cdd
commit
3e15732362
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue