Client - reformat js files w/ prettier

This commit is contained in:
Sam
2019-08-28 15:35:22 +02:00
parent c8ea44eecc
commit 2a52b9081d
57 changed files with 1148 additions and 1252 deletions

View File

@ -58,13 +58,13 @@ function registerValidSW(swUrl) {
// the fresh content will have been added to the cache.
// It's the perfect time to display a "New content is
// available; please refresh." message in your web app.
// eslint-disable-next-line no-console
// eslint-disable-next-line no-console
console.log('New content is available; please refresh.')
} else {
// At this point, everything has been precached.
// It's the perfect time to display a
// "Content is cached for offline use." message.
// eslint-disable-next-line no-console
// eslint-disable-next-line no-console
console.log('Content is cached for offline use.')
}
}
@ -97,7 +97,7 @@ function checkValidServiceWorker(swUrl) {
}
})
.catch(() => {
// eslint-disable-next-line no-console
// eslint-disable-next-line no-console
console.log(
'No internet connection found. App is running in offline mode.'
)