chore(deps): update lint (#2233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
parent
603e10b6ca
commit
67d5d5c00a
18 changed files with 349 additions and 270 deletions
|
@ -33,7 +33,7 @@ export function useIsMac() {
|
|||
?? navigator?.platform?.includes('Mac') ?? false)
|
||||
}
|
||||
|
||||
export function isEmptyObject(object: Object) {
|
||||
export function isEmptyObject(object: object) {
|
||||
return Object.keys(object).length === 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue