Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cwyyue committed Jul 5, 2024
1 parent 5824cc2 commit 5721775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/valid-properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function validProp(node, context, allowKeys) {
})
}
} else if (
!(node.value.type === 'Identifier' || node.value.type === 'TSAsExpression')
!(node.value.type === 'Identifier' || node.value.type === 'TSAsExpression')
) {
return context.report({
node,
Expand Down

0 comments on commit 5721775

Please sign in to comment.