add indent eslint rule and fix some whitespace

This commit is contained in:
Vladimir Agafonkin 2015-03-01 12:01:28 +02:00
parent d7007ef353
commit 954ef1cc10
5 changed files with 13 additions and 12 deletions

View File

@ -10,6 +10,7 @@
"space-after-keywords": 2,
"no-lonely-if": 2,
"comma-style": 2,
"indent": [2, "tab"],
"no-underscore-dangle": 0,
"no-constant-condition": 0,
"no-multi-spaces": 0,

View File

@ -4,7 +4,7 @@
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
"copyfiles": "0.1.0",
"eslint": "^0.13.0",
"eslint": "^0.15.1",
"happen": "~0.1.3",
"jake": "~8.0.10",
"karma": "~0.12.31",