mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Eslint cleanup for shared modules.
This commit is contained in:
@@ -60,11 +60,11 @@ function equalArrays(array, other, bitmask, customizer, equalFunc, stack) {
|
||||
// Recursively compare arrays (susceptible to call stack limits).
|
||||
if (seen) {
|
||||
if (!arraySome(other, (othValue, othIndex) => {
|
||||
if (!cacheHas(seen, othIndex) &&
|
||||
(arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {
|
||||
return seen.push(othIndex)
|
||||
}
|
||||
})) {
|
||||
if (!cacheHas(seen, othIndex) &&
|
||||
(arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {
|
||||
return seen.push(othIndex)
|
||||
}
|
||||
})) {
|
||||
result = false
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user