diff --git a/packages/eslint-snowball-config/configs/stylistic.js b/packages/eslint-snowball-config/configs/stylistic.js index ec492f2ce..4476cab17 100644 --- a/packages/eslint-snowball-config/configs/stylistic.js +++ b/packages/eslint-snowball-config/configs/stylistic.js @@ -404,7 +404,7 @@ export default [ 'no-negated-condition': 'off', // disallow nested ternary expressions - 'no-nested-ternary': 'error', + 'no-nested-ternary': 'off', // disallow use of the Object constructor 'no-new-object': 'error',