diff --git a/package.json b/package.json index 200b452effe..f1880704f7f 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "build:chrome": "cross-env LATEST_SHA=`git rev-parse --short HEAD` ng build shell-chrome", "release": "node projects/shell-chrome/set-version.js && cross-env LATEST_SHA=`git rev-parse --short HEAD` ng build shell-chrome --configuration production", "test": "ng test", - "lint": "ng lint", - "lint:fix": "ng lint --fix", + "lint": "tslint -p tsconfig.json -c tslint.json", + "lint:fix": "tslint -p tsconfig.json -c tslint.json --fix", "e2e": "npm run cy:run", "cy:verify": "$(npm bin)/cypress verify", "cy:version": "$(npm bin)/cypress version",