Skip to content

Commit 199890e

Browse files
committed
style: fix eslint error
1 parent 09d42f9 commit 199890e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/require-default-props.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ module.exports = {
157157
values(list).filter((component) => {
158158
if (ignoreFunctionalComponents
159159
&& astUtil.isFunctionLike(component.node)
160-
) {
160+
) {
161161
return false;
162162
}
163163
// If this defaultProps is "unresolved", then we should ignore this component and not report

0 commit comments

Comments
 (0)