diff --git a/build/tslint.json b/build/tslint.json index c55045104..83af391a1 100644 --- a/build/tslint.json +++ b/build/tslint.json @@ -18,11 +18,8 @@ "no-unused-variable": [false], "no-duplicate-variable": true, -"CONSIDER THE FOLLOWING ONE": false, "no-bitwise": false, "no-string-literal": false, - "no-switch-case-fall": false, - "no-trailing-comma": false, "no-trailing-whitespace": false, "no-unreachable": false, "no-unused-expression": false, @@ -62,20 +59,6 @@ "check-type" ], - - - - - - - "THESE WERE DEFINED IN JSHINT": false, - - "bitwise":true, - "undef":true, - "unused":true, - "strict":true, - "indent":4, - "quotmark":"single", - "node":true + "indent":4 } } diff --git a/package.json b/package.json index 4a75108ce..d2a3eeb64 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,9 @@ "grunt-untar": "0.0.1", "mocha": "2.2.5", "shelljs": "0.5.3", - "grunt-tslint": "3.0.0", + "grunt-tslint": "3.0.3", "time-grunt": "^1.3.0", - "tslint": "3.3.0", + "tslint": "3.4.0", "typescript": "1.8.2" }, "typings": "tns-core-modules.d.ts",