Skip to content

Commit f503f4f

Browse files
committed
lint
1 parent 0278f8c commit f503f4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

object.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export const some = (obj, f) => {
7777
* @param {Object|null|undefined} obj
7878
*/
7979
export const isEmpty = obj => {
80+
// eslint-disable-next-line no-unreachable-loop
8081
for (const _k in obj) {
8182
return false
8283
}

0 commit comments

Comments
 (0)