diff --git a/lib/rules/no-use-computed-property-like-method.js b/lib/rules/no-use-computed-property-like-method.js index 58ff77458..f025ac514 100644 --- a/lib/rules/no-use-computed-property-like-method.js +++ b/lib/rules/no-use-computed-property-like-method.js @@ -202,7 +202,6 @@ function maybeFunction(context, node) { expr.type === 'Literal' || expr.type === 'TemplateLiteral' || expr.type === 'BinaryExpression' || - expr.type === 'LogicalExpression' || expr.type === 'UnaryExpression' || expr.type === 'UpdateExpression' ) {