Skip to content

Commit 41cdde4

Browse files
committed
Upgrade tslint
1 parent 32ff1f3 commit 41cdde4

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

build/tslint.json

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@
1818
"no-unused-variable": [false],
1919
"no-duplicate-variable": true,
2020

21-
"CONSIDER THE FOLLOWING ONE": false,
2221
"no-bitwise": false,
2322
"no-string-literal": false,
24-
"no-switch-case-fall": false,
25-
"no-trailing-comma": false,
2623
"no-trailing-whitespace": false,
2724
"no-unreachable": false,
2825
"no-unused-expression": false,
@@ -62,20 +59,6 @@
6259
"check-type"
6360
],
6461

65-
66-
67-
68-
69-
70-
71-
"THESE WERE DEFINED IN JSHINT": false,
72-
73-
"bitwise":true,
74-
"undef":true,
75-
"unused":true,
76-
"strict":true,
77-
"indent":4,
78-
"quotmark":"single",
79-
"node":true
62+
"indent":4
8063
}
8164
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"grunt-untar": "0.0.1",
3232
"mocha": "2.2.5",
3333
"shelljs": "0.5.3",
34-
"grunt-tslint": "3.0.0",
34+
"grunt-tslint": "3.0.3",
3535
"time-grunt": "^1.3.0",
36-
"tslint": "3.3.0",
36+
"tslint": "3.4.0",
3737
"typescript": "1.8.2"
3838
},
3939
"typings": "tns-core-modules.d.ts",

0 commit comments

Comments
 (0)