Skip to content

Commit 55675c0

Browse files
committed
Cleanup pending FIXME comment
1 parent eb4a47a commit 55675c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/rules/require-default-props.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ module.exports = {
6969
return variable.defs[0].node.right;
7070
}
7171

72-
// FIXME(vitorbal): is this needed?
73-
if (!variable.defs[0].node.init) {
74-
return null;
75-
}
76-
7772
return variable.defs[0].node.init;
7873
}
7974

0 commit comments

Comments
 (0)