diff --git a/.eslintrc.json b/.eslintrc.json index b1160be5e5f05..d8c31c735a28d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -203,7 +203,7 @@ // "no-ternary": "off", // "no-trailing-spaces": "warn", // "no-underscore-dangle": "warn", - // "no-unneeded-ternary": "warn", + "no-unneeded-ternary": "warn", // "object-curly-spacing": [ "warn", "always" ], // "one-var": "off", // "operator-assignment": [ "warn", "never" ],