summaryrefslogtreecommitdiffstats
path: root/webapp/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/.eslintrc.json')
-rw-r--r--webapp/.eslintrc.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/.eslintrc.json b/webapp/.eslintrc.json
index 6818bcacf..b53682153 100644
--- a/webapp/.eslintrc.json
+++ b/webapp/.eslintrc.json
@@ -179,7 +179,7 @@
"no-warning-comments": 1,
"no-whitespace-before-property": 2,
"no-with": 2,
- "object-curly-newline": 0,
+ "object-curly-newline": 0,
"object-curly-spacing": [2, "never"],
"object-property-newline": [2, {"allowMultiplePropertiesPerLine": true}],
"object-shorthand": [2, "always"],
@@ -258,7 +258,7 @@
"sort-imports": 0,
"sort-keys": 0,
"space-before-blocks": [2, "always"],
- "space-before-function-paren": [2, "never"],
+ "space-before-function-paren": [2, {"anonymous": "never", "named": "never", "asyncArrow": "always"}],
"space-in-parens": [2, "never"],
"space-infix-ops": 2,
"space-unary-ops": [2, { "words": true, "nonwords": false }],