readd eslint-config-love now that it has been updated

This commit is contained in:
Athou
2024-04-02 21:43:10 +02:00
parent 16199c5b54
commit a756783604
7 changed files with 29 additions and 16 deletions

View File

@@ -49,7 +49,7 @@ export const useBrowserExtension = () => {
)
}
}
const setBadgeUnreadCount = (count: number) => w.postMessage(`set-badge-unread-count:${count}`, "*")
const setBadgeUnreadCount = (count: number | string) => w.postMessage(`set-badge-unread-count:${count}`, "*")
return {
browserExtensionVersion,