Fix inconsistent setting (ESLint bug)

This commit is contained in:
impinball 2015-11-03 00:52:51 -05:00
parent 5a47705e7e
commit 4902ee7d6f

View file

@ -70,7 +70,7 @@
"object-curly-spacing": 2,
"one-var": [2, {"initialized": "never"}],
"operator-assignment": 2,
"operator-linebreak": 2,
"operator-linebreak": [2, "after"],
"padded-blocks": [2, "never"],
"quote-props": [2, "as-needed"],
"quotes": [2, "double", "avoid-escape"],