update jshint to 2.1.3, reenable jshint white - big thanks to @antonkovalyov

This commit is contained in:
Vladimir Agafonkin 2013-06-03 12:08:34 +03:00
parent b9fa955c7c
commit 73adefe1ac
2 changed files with 2 additions and 3 deletions

View File

@ -25,8 +25,7 @@ exports.config = {
// whitespace
"indent": 4,
"trailing": true,
// temporarily disabled until https://github.com/jshint/jshint/issues/1108 is fixed
//"white": true,
"white": true,
"smarttabs": true,
"maxlen": 120

View File

@ -3,7 +3,7 @@
"version": "0.6.0",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
"jshint": "~2.1.2",
"jshint": "~2.1.3",
"mocha": "~1.10.0",
"karma": "~0.8.5",
"uglify-js": "~2.3.6",