summaryrefslogtreecommitdiff
path: root/src/rules/eslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/eslint.json')
-rw-r--r--src/rules/eslint.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index adb6db2..10b053b 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -108,6 +108,14 @@
"allowIndentationTabs": true
}
],
+ "object-curly-newline": [
+ "error",
+ {
+ "consistent": true,
+ "minProperties": 2,
+ "multiline": true
+ }
+ ],
"object-curly-spacing": [
"error",
"always",