diff --git a/.eslintrc.json b/.eslintrc.json index 5d6c3317..f7312a23 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -127,7 +127,7 @@ "no-mixed-operators": ["error", { "groups": [ ["==", "!=", "===", "!==", ">", ">=", "<", "<="], - ["&&", "||"], + ["&&", "||", "?:"], ["in", "instanceof"] ], "allowSamePrecedence": true