Fix lint errors (except @typescript-eslint/prefer-nullish-coalescing
) (#9311)
* `yarn workspace client run lint --fix` * `eslint-disable-next-line no-var` for service worker self * A few more manual sw fixes * word change
This commit is contained in:

committed by
GitHub

parent
bae7939d79
commit
8211893210
@@ -1,3 +1,5 @@
|
||||
// TODO: remove this declaration when https://github.com/microsoft/TypeScript/issues/11781 closes
|
||||
// eslint-disable-next-line no-var
|
||||
declare var self: ServiceWorkerGlobalScope;
|
||||
|
||||
import { createEmptyNotification, createNotification } from '@/scripts/create-notification';
|
||||
@@ -176,7 +178,6 @@ self.addEventListener('notificationclick', <K extends keyof pushNotificationData
|
||||
}
|
||||
|
||||
notification.close();
|
||||
|
||||
})());
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user