summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index d4b1646280..1d26d06799 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -7,7 +7,9 @@
"rules": {
"array-bracket-spacing" : "warn",
"block-spacing": "warn",
- "brace-style": ["warn", "1tbs"],
+ "brace-style": ["warn", "1tbs", {
+ "allowSingleLine": true
+ }],
"camelcase": "warn",
"comma-spacing": "warn",
"computed-property-spacing" : ["warn", "never", {