diff --git a/.eslintrc.json b/.eslintrc.json index a199ac9..0015c53 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -320,6 +320,7 @@ "@typescript-eslint/prefer-nullish-coalescing": [ "error", { + "ignoreTernaryTests": true, "ignoreConditionalTests": false, "ignoreMixedLogicalExpressions": false }