diff --git a/eslintrc.json b/eslintrc.json index 831795a4..75028620 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -127,6 +127,7 @@ "no-unreachable": "error", "no-unsafe-finally": "error", "no-unsafe-negation": "error", + "no-unused-expressions": ["error", { "allowShortCircuit": true, "allowTernary": true }], "no-unused-vars": ["error", { "vars": "all", "args": "none" }], "no-useless-call": "error", "no-useless-computed-key": "error",