fix: eslint errors

This commit is contained in:
2023-05-25 11:12:08 +01:00
parent f684658183
commit 9bfb6ede0a
11 changed files with 14 additions and 17 deletions

View File

@ -1,6 +1,6 @@
/// <reference lib="webworker" />
import {} from ".";
declare var self: ServiceWorkerGlobalScope;
declare const self: ServiceWorkerGlobalScope;
import { clientsClaim } from "workbox-core";
import { ExpirationPlugin } from "workbox-expiration";