diff options
Diffstat (limited to '.eslintrc')
| -rw-r--r-- | .eslintrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 +} |
