better lint
This commit is contained in:
parent
e554eeeef6
commit
18d8ea6b63
123 changed files with 362 additions and 205 deletions
|
|
@ -4,11 +4,12 @@ import 'virtual:pleroma-fe/service_worker_env'
|
|||
|
||||
import { createI18n } from 'vue-i18n'
|
||||
|
||||
import { storage } from 'src/lib/storage.js'
|
||||
import { parseNotification } from './services/entity_normalizer/entity_normalizer.service.js'
|
||||
import { prepareNotificationObject } from './services/notification_utils/notification_utils.js'
|
||||
import { cacheKey, emojiCacheKey, shouldCache } from './services/sw/sw.js'
|
||||
|
||||
import { storage } from 'src/lib/storage.js'
|
||||
|
||||
// Collects all messages for service workers
|
||||
// Needed because service workers cannot use dynamic imports
|
||||
// See /build/sw_plugin.js for more information
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue