fix lint
This commit is contained in:
parent
2e83bc0ff9
commit
3cfab0d6a9
|
@ -78,7 +78,12 @@
|
||||||
"localStorage",
|
"localStorage",
|
||||||
"URLSearchParams",
|
"URLSearchParams",
|
||||||
"IntersectionObserver",
|
"IntersectionObserver",
|
||||||
"URL"
|
"URL",
|
||||||
|
"self",
|
||||||
|
"caches",
|
||||||
|
"__routes__",
|
||||||
|
"__shell__",
|
||||||
|
"__assets__"
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"dist",
|
"dist",
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* global __routes__ */
|
|
||||||
|
|
||||||
import { init } from 'sapper/runtime.js'
|
import { init } from 'sapper/runtime.js'
|
||||||
import { offlineNotifiction } from '../routes/_utils/offlineNotification'
|
import { offlineNotifiction } from '../routes/_utils/offlineNotification'
|
||||||
import { serviceWorkerClient } from '../routes/_utils/serviceWorkerClient'
|
import { serviceWorkerClient } from '../routes/_utils/serviceWorkerClient'
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* global self, caches, __shell__, __assets__, __routes__ */
|
|
||||||
|
|
||||||
const timestamp = '__timestamp__'
|
const timestamp = '__timestamp__'
|
||||||
const ASSETS = `cache${timestamp}`
|
const ASSETS = `cache${timestamp}`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue