File tree Expand file tree Collapse file tree 2 files changed +9
-15
lines changed Expand file tree Collapse file tree 2 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 10
10
"no-consecutive-blank-lines" : true ,
11
11
"no-construct" : true ,
12
12
"no-debugger" : true ,
13
- "no-duplicate-key" : true ,
14
13
"triple-equals" : [true , " allow-null-check" ],
15
14
"variable-name" : [false , " allow-leading-underscore" ],
16
15
"no-empty" : true ,
21
20
"no-bitwise" : false ,
22
21
"no-string-literal" : false ,
23
22
"no-trailing-whitespace" : false ,
24
- "no-unreachable" : false ,
25
23
"no-unused-expression" : true ,
26
24
"no-use-before-declare" : false ,
27
25
"no-var-requires" : false ,
47
45
" catchClause" ,
48
46
" indexSignature"
49
47
],
50
- "use-strict" : [false ,
51
- " check-module" ,
52
- " check-function"
53
- ],
54
48
"whitespace" : [false ,
55
49
" check-branch" ,
56
50
" check-decl" ,
Original file line number Diff line number Diff line change 10
10
"devDependencies" : {
11
11
"chai" : " 3.2.0" ,
12
12
"concurrently" : " ^2.1.0" ,
13
- "grunt" : " 0.4.5 " ,
14
- "grunt-contrib-clean" : " 0.6 .0" ,
15
- "grunt-contrib-copy" : " git+https://github.com/ErjanGavalji /grunt-contrib-copy.git#1c976a133210be4ce8c96313f5daf14833f7f8f9 " ,
13
+ "grunt" : " 1.0.1 " ,
14
+ "grunt-contrib-clean" : " 1.0 .0" ,
15
+ "grunt-contrib-copy" : " git+https://github.com/NativeScript /grunt-contrib-copy.git#master " ,
16
16
"grunt-env" : " 0.4.4" ,
17
- "grunt-exec" : " 0.4.6 " ,
18
- "grunt-mkdir" : " 0.1.2 " ,
17
+ "grunt-exec" : " 1.0.1 " ,
18
+ "grunt-mkdir" : " 1.0.0 " ,
19
19
"grunt-multi-dest" : " 1.0.0" ,
20
- "grunt-shell" : " 1 .1.2 " ,
21
- "grunt-simple-mocha" : " 0.4.0 " ,
20
+ "grunt-shell" : " 2 .1.0 " ,
21
+ "grunt-simple-mocha" : " 0.4.1 " ,
22
22
"grunt-ts" : " 5.3.2" ,
23
- "grunt-tslint" : " 3 .0.3 " ,
23
+ "grunt-tslint" : " 4 .0.0 " ,
24
24
"grunt-typedoc" : " 0.2.4" ,
25
25
"grunt-untar" : " 0.0.1" ,
26
26
"http-server" : " ^0.9.0" ,
29
29
"nativescript-typedoc-theme" : " 0.0.7" ,
30
30
"shelljs" : " ^0.7.0" ,
31
31
"time-grunt" : " 1.3.0" ,
32
- "tslint" : " ^3.15.1 " ,
32
+ "tslint" : " ^4.4.2 " ,
33
33
"typedoc" : " 0.4.5" ,
34
34
"typescript" : " ~2.0.10"
35
35
},
You can’t perform that action at this time.
0 commit comments