lint: prettier lint

This commit is contained in:
kunkka 2020-10-30 10:59:26 +08:00
parent 86b4b9d523
commit a9e153cfd6
10 changed files with 269 additions and 273 deletions

View file

@ -2,7 +2,10 @@
import { register } from "register-service-worker";
if (process.env.NODE_ENV === "production" && process.env.IS_ELECTRON === 'undefined') {
if (
process.env.NODE_ENV === "production" &&
process.env.IS_ELECTRON === "undefined"
) {
register(`${process.env.BASE_URL}service-worker.js`, {
ready() {
console.log(