Skip to content

Commit

Permalink
Update no-use-computed-property-like-method.js
Browse files Browse the repository at this point in the history
  • Loading branch information
waynzh committed Mar 31, 2024
1 parent a30ab57 commit 796ce2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rules/no-use-computed-property-like-method.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
) {
Expand Down

0 comments on commit 796ce2a

Please sign in to comment.