Skip to content

Commit d516d40

Browse files
committed
Update no-use-computed-property-like-method.js
1 parent 76cab6c commit d516d40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rules/no-use-computed-property-like-method.js

-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ function maybeFunction(context, node) {
202202
expr.type === 'Literal' ||
203203
expr.type === 'TemplateLiteral' ||
204204
expr.type === 'BinaryExpression' ||
205-
expr.type === 'LogicalExpression' ||
206205
expr.type === 'UnaryExpression' ||
207206
expr.type === 'UpdateExpression'
208207
) {

0 commit comments

Comments
 (0)