We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0278f8c commit f503f4fCopy full SHA for f503f4f
object.js
@@ -77,6 +77,7 @@ export const some = (obj, f) => {
77
* @param {Object|null|undefined} obj
78
*/
79
export const isEmpty = obj => {
80
+ // eslint-disable-next-line no-unreachable-loop
81
for (const _k in obj) {
82
return false
83
}
0 commit comments