mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Upgrade tslint
This commit is contained in:
@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
Reference in New Issue
Block a user