From 3e15732362274d576d3f3d8cafd04a261e573545 Mon Sep 17 00:00:00 2001 From: Xymorot Date: Thu, 3 Oct 2019 02:28:58 +0200 Subject: [PATCH] config: fix eslint-check script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6e85b8..f39bd57 100644 --- a/package.json +++ b/package.json @@ -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",