diff --git a/.eslintrc.js b/.eslintrc.js index 8f03aac7e..c22fa4647 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -64,7 +64,6 @@ module.exports = { 'no-throw-literal': ['error'], 'no-trailing-spaces': ['error'], 'no-unneeded-ternary': ['error'], - '@typescript-eslint/no-unneeded-ternary': ['error'], 'no-unused-expressions': ['off'], '@typescript-eslint/no-unused-expressions': ['error', { 'allowShortCircuit': true, 'allowTernary': true, 'allowTaggedTemplates': true }], 'no-unused-private-class-members': ['error'],