update jshint to 2.1.3, reenable jshint white - big thanks to @antonkovalyov
This commit is contained in:
parent
b9fa955c7c
commit
73adefe1ac
@ -25,8 +25,7 @@ exports.config = {
|
|||||||
// whitespace
|
// whitespace
|
||||||
"indent": 4,
|
"indent": 4,
|
||||||
"trailing": true,
|
"trailing": true,
|
||||||
// temporarily disabled until https://github.com/jshint/jshint/issues/1108 is fixed
|
"white": true,
|
||||||
//"white": true,
|
|
||||||
"smarttabs": true,
|
"smarttabs": true,
|
||||||
"maxlen": 120
|
"maxlen": 120
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"version": "0.6.0",
|
"version": "0.6.0",
|
||||||
"description": "JavaScript library for mobile-friendly interactive maps",
|
"description": "JavaScript library for mobile-friendly interactive maps",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jshint": "~2.1.2",
|
"jshint": "~2.1.3",
|
||||||
"mocha": "~1.10.0",
|
"mocha": "~1.10.0",
|
||||||
"karma": "~0.8.5",
|
"karma": "~0.8.5",
|
||||||
"uglify-js": "~2.3.6",
|
"uglify-js": "~2.3.6",
|
||||||
|
Loading…
Reference in New Issue
Block a user