mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-14 20:52:27 +03:00
further improve repo setup
This commit is contained in:
@@ -56,6 +56,7 @@ export const assignDeep = (target, object1, object2, object3, object4, object5,
|
||||
*/
|
||||
export const isEmptyObject = (obj) => {
|
||||
/* eslint-disable no-restricted-syntax, guard-for-in */
|
||||
// eslint-disable-next-line no-unreachable-loop
|
||||
for (const name in obj)
|
||||
return false;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user