From cd2e5877aba582d7a901d7417014b506ab7e3af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=8D=E7=A8=8B=E5=87=AF?= Date: Wed, 11 Jul 2018 12:42:09 +0800 Subject: [PATCH] chore(lint): refactor lint command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d298cf..1002d9f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "libs" ], "scripts": { - "lint": "tslint -c tslint.json 'src/**/*.ts'", + "lint": "tslint --project tsconfig.json", "docs:lint": "documentation lint dist/src/**", "docs:deploy": "npm run docs && cp -r .circleci docs && gh-pages -d docs -t", "docs": "rm -rf docs/ dist/ && npm run dev && documentation build dist/src/** -f html -o docs",