Enforce import order with ESLint (#25096)
This commit is contained in:
@ -2,6 +2,7 @@ import { ExpirationPlugin } from 'workbox-expiration';
|
||||
import { precacheAndRoute } from 'workbox-precaching';
|
||||
import { registerRoute } from 'workbox-routing';
|
||||
import { CacheFirst } from 'workbox-strategies';
|
||||
|
||||
import { handleNotificationClick, handlePush } from './web_push_notifications';
|
||||
|
||||
const CACHE_NAME_PREFIX = 'mastodon-';
|
||||
|
@ -1,5 +1,7 @@
|
||||
import IntlMessageFormat from 'intl-messageformat';
|
||||
|
||||
import { unescape } from 'lodash';
|
||||
|
||||
import locales from './web_push_locales';
|
||||
|
||||
const MAX_NOTIFICATIONS = 5;
|
||||
|
Reference in New Issue
Block a user