aboutsummaryrefslogtreecommitdiffstats
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 c0ea7ff9..89426cd5 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -30,7 +30,9 @@
"name": "error",
"message": "Use local parameter instead."
}
- ]
+ ],
+ "array-bracket-newline": [2, { "minItems": 2 }],
+ "array-element-newline": [2, { "minItems": 2 }]
},
"parserOptions": {
"sourceType": "module"