From f3fe1a53206c396e061a8c64121b9b3bc98cdcfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 20 Feb 2016 17:54:51 +0100 Subject: [PATCH] fix(build): trying to fix build --- package.json | 4 ++-- tslint.json | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f47a59799e3..530a3ea95f2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "grunt-sass": "^1.1.0", "grunt-string-replace": "~1.2.1", "grunt-systemjs-builder": "^0.2.5", - "grunt-tslint": "^3.0.1", + "grunt-tslint": "^3.0.2", "grunt-typescript": "^0.8.0", "grunt-usemin": "3.0.0", "jshint-stylish": "~0.1.5", @@ -74,7 +74,7 @@ "lodash": "^2.4.1", "sinon": "1.16.1", "systemjs-builder": "^0.15.7", - "tslint": "^3.2.1", + "tslint": "^3.4.0", "typescript": "^1.7.5" } } diff --git a/tslint.json b/tslint.json index 04d04bc48d3..32381ae0b28 100644 --- a/tslint.json +++ b/tslint.json @@ -29,7 +29,6 @@ "no-shadowed-variable": false, "no-string-literal": false, "no-switch-case-fall-through": false, - "no-trailing-comma": true, "no-trailing-whitespace": true, "no-unused-expression": false, "no-unused-variable": false,