We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522e136 commit fa75d46Copy full SHA for fa75d46
1 file changed
packages/core/src/lib/pseudopattern_hunter.js
@@ -71,6 +71,9 @@ pseudopattern_hunter.prototype.find_pseudopatterns = function(
71
) {
72
return objValue.concat(srcValue);
73
}
74
+ // Lodash will only check for "undefined" and eslint needs a consistent
75
+ // return so do not remove
76
+ return undefined;
77
78
);
79
0 commit comments