Upgrade tslint

This commit is contained in:
Hristo Deshev
2016-02-23 13:20:57 +02:00
parent 32ff1f3cfc
commit 41cdde4f90
2 changed files with 3 additions and 20 deletions

View File

@ -18,11 +18,8 @@
"no-unused-variable": [false], "no-unused-variable": [false],
"no-duplicate-variable": true, "no-duplicate-variable": true,
"CONSIDER THE FOLLOWING ONE": false,
"no-bitwise": false, "no-bitwise": false,
"no-string-literal": false, "no-string-literal": false,
"no-switch-case-fall": false,
"no-trailing-comma": false,
"no-trailing-whitespace": false, "no-trailing-whitespace": false,
"no-unreachable": false, "no-unreachable": false,
"no-unused-expression": false, "no-unused-expression": false,
@ -62,20 +59,6 @@
"check-type" "check-type"
], ],
"indent":4
"THESE WERE DEFINED IN JSHINT": false,
"bitwise":true,
"undef":true,
"unused":true,
"strict":true,
"indent":4,
"quotmark":"single",
"node":true
} }
} }

View File

@ -31,9 +31,9 @@
"grunt-untar": "0.0.1", "grunt-untar": "0.0.1",
"mocha": "2.2.5", "mocha": "2.2.5",
"shelljs": "0.5.3", "shelljs": "0.5.3",
"grunt-tslint": "3.0.0", "grunt-tslint": "3.0.3",
"time-grunt": "^1.3.0", "time-grunt": "^1.3.0",
"tslint": "3.3.0", "tslint": "3.4.0",
"typescript": "1.8.2" "typescript": "1.8.2"
}, },
"typings": "tns-core-modules.d.ts", "typings": "tns-core-modules.d.ts",