add indent eslint rule and fix some whitespace
This commit is contained in:
parent
d7007ef353
commit
954ef1cc10
@ -10,6 +10,7 @@
|
|||||||
"space-after-keywords": 2,
|
"space-after-keywords": 2,
|
||||||
"no-lonely-if": 2,
|
"no-lonely-if": 2,
|
||||||
"comma-style": 2,
|
"comma-style": 2,
|
||||||
|
"indent": [2, "tab"],
|
||||||
"no-underscore-dangle": 0,
|
"no-underscore-dangle": 0,
|
||||||
"no-constant-condition": 0,
|
"no-constant-condition": 0,
|
||||||
"no-multi-spaces": 0,
|
"no-multi-spaces": 0,
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"description": "JavaScript library for mobile-friendly interactive maps",
|
"description": "JavaScript library for mobile-friendly interactive maps",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"copyfiles": "0.1.0",
|
"copyfiles": "0.1.0",
|
||||||
"eslint": "^0.13.0",
|
"eslint": "^0.15.1",
|
||||||
"happen": "~0.1.3",
|
"happen": "~0.1.3",
|
||||||
"jake": "~8.0.10",
|
"jake": "~8.0.10",
|
||||||
"karma": "~0.12.31",
|
"karma": "~0.12.31",
|
||||||
|
Loading…
Reference in New Issue
Block a user