Use tabWidth 4 without actual tabs.

This commit is contained in:
Paul
2021-07-05 11:25:20 +01:00
parent 7bd33d8d34
commit b5a11d5c8f
180 changed files with 16619 additions and 16622 deletions

View File

@@ -8,13 +8,13 @@ import { internalEmit } from "./lib/eventEmitter";
import { App } from "./pages/app";
export const updateSW = registerSW({
onNeedRefresh() {
internalEmit("PWA", "update");
},
onOfflineReady() {
console.info("Ready to work offline.");
// show a ready to work offline to user
},
onNeedRefresh() {
internalEmit("PWA", "update");
},
onOfflineReady() {
console.info("Ready to work offline.");
// show a ready to work offline to user
},
});
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion