diff --git a/webapp/.eslintrc.json b/webapp/.eslintrc.json index 5f5c27b18..0bc27cdde 100644 --- a/webapp/.eslintrc.json +++ b/webapp/.eslintrc.json @@ -26,7 +26,7 @@ }, "rules": { "no-unused-expressions": 0, - "babel/no-unused-expressions": 2, + "babel/no-unused-expressions": [2, {"allowShortCircuit": true}], "eol-last": ["error", "always"], "import/no-unresolved": 2, "import/order": [ @@ -110,6 +110,7 @@ "SwitchCase": 0 } ], + "no-use-before-define": "off", "@typescript-eslint/no-use-before-define": [ 2, {