aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.eslintrc.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index c8dc1b74..1fc24ce3 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -32,9 +32,7 @@
"message": "Use local parameter instead."
}
],
- "no-param-reassign": [2, { "props": false }],
- "array-bracket-newline": [2, { "minItems": 2 }],
- "array-element-newline": [2, { "minItems": 2 }]
+ "no-param-reassign": [2, { "props": false }]
},
"parserOptions": {
"sourceType": "module"