mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-30 05:10:53 +01:00
Switch from eslint to oxlint
Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
@@ -43,6 +43,7 @@ export function useIntersectionObserver(): [
|
||||
return;
|
||||
}
|
||||
|
||||
// oxlint-disable-next-line no-undef FIXME
|
||||
const observer = new IntersectionObserver(entries => {
|
||||
if (entries.length !== 1) {
|
||||
log.error(
|
||||
|
||||
Reference in New Issue
Block a user