From 2d4d2d8b00a2773340270929ece1e05348f7c17e Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Wed, 1 Aug 2018 19:21:57 +0200 Subject: [PATCH] chore(): temporarily disable angular linting --- angular/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/angular/package.json b/angular/package.json index 34de0eb2cf..950832f6b8 100644 --- a/angular/package.json +++ b/angular/package.json @@ -28,7 +28,8 @@ "build.ng": "./node_modules/.bin/ngc", "clean": "node scripts/clean.js", "clean-generated": "node ./scripts/clean-generated.js", - "lint": "tslint --project .", + "lint": "echo TODO", + "lint.ts": "tslint --project .", "lint.fix": "tslint --project . --fix", "prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next", "test": "echo 'angular no tests yet'",