Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat-propType-test-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cwyyue committed Jul 5, 2024
2 parents 1c8b381 + d915030 commit 5824cc2
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 5824cc2

Please sign in to comment.