summaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.eslintrc b/.eslintrc
index 4d8f385896..df866ee0c9 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -3,7 +3,7 @@
"camelcase": [1, {"properties": "always"}],
"comma-spacing": [1, {"before": false, "after": true}],
"dot-notation": [1, {"allowKeywords": true}],
- "curly": [1, "all"],
+ "curly": [2, "all"],
"indent": [
2,
4
@@ -48,4 +48,4 @@
"globals": {
"django": false
}
-} \ No newline at end of file
+}