diff --git a/eslintrc.json b/eslintrc.json index 67c6a107..6cd6429b 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -166,7 +166,11 @@ "no-unreachable-loop": "error", "no-unsafe-finally": "error", "no-unsafe-negation": "error", - "no-unused-expressions": ["error", { "allowShortCircuit": true, "allowTernary": true, "allowTaggedTemplates": true }], + "no-unused-expressions": ["error", { + "allowShortCircuit": true, + "allowTernary": true, + "allowTaggedTemplates": true + }], "no-unused-vars": ["error", { "args": "none", "caughtErrors": "none",