lint fixes and build

This commit is contained in:
Anton Lavrenov
2016-05-14 21:30:27 +07:00
parent bfc5009290
commit 630f60cdb7
4 changed files with 9 additions and 18 deletions

View File

@@ -104,7 +104,7 @@
"accessor-pairs": 0,
"block-scoped-var": 0,
"brace-style": [0, "1tbs"],
"camelcase": 1,
"camelcase": 0,
"comma-spacing": 2,
"comma-style": 0,
"complexity": [1, 11],
@@ -154,7 +154,7 @@
"space-in-brackets": [0, "never"],
"space-in-parens": [0, "never"],
"space-infix-ops": 2,
"keyword-spacing": 1,
"keyword-spacing": 0,
"space-unary-ops": [2, { "words": true, "nonwords": false }],
"spaced-comment": 0,
"spaced-line-comment": [0, "always"],