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 1010 "no-consecutive-blank-lines" : true ,
1111 "no-construct" : true ,
1212 "no-debugger" : true ,
13- "no-duplicate-key" : true ,
1413 "triple-equals" : [true , " allow-null-check" ],
1514 "variable-name" : [false , " allow-leading-underscore" ],
1615 "no-empty" : true ,
2120 "no-bitwise" : false ,
2221 "no-string-literal" : false ,
2322 "no-trailing-whitespace" : false ,
24- "no-unreachable" : false ,
2523 "no-unused-expression" : true ,
2624 "no-use-before-declare" : false ,
2725 "no-var-requires" : false ,
4745 " catchClause" ,
4846 " indexSignature"
4947 ],
50- "use-strict" : [false ,
51- " check-module" ,
52- " check-function"
53- ],
5448 "whitespace" : [false ,
5549 " check-branch" ,
5650 " check-decl" ,
Original file line number Diff line number Diff line change 1010 "devDependencies" : {
1111 "chai" : " 3.2.0" ,
1212 "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 " ,
1616 "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 " ,
1919 "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 " ,
2222 "grunt-ts" : " 5.3.2" ,
23- "grunt-tslint" : " 3 .0.3 " ,
23+ "grunt-tslint" : " 4 .0.0 " ,
2424 "grunt-typedoc" : " 0.2.4" ,
2525 "grunt-untar" : " 0.0.1" ,
2626 "http-server" : " ^0.9.0" ,
2929 "nativescript-typedoc-theme" : " 0.0.7" ,
3030 "shelljs" : " ^0.7.0" ,
3131 "time-grunt" : " 1.3.0" ,
32- "tslint" : " ^3.15.1 " ,
32+ "tslint" : " ^4.4.2 " ,
3333 "typedoc" : " 0.4.5" ,
3434 "typescript" : " ^2.0.10"
3535 },
You can’t perform that action at this time.
0 commit comments