From 066246ab82c63d3fe1054de270394c8faaa30b64 Mon Sep 17 00:00:00 2001 From: erinz2020 Date: Tue, 10 Dec 2024 02:33:48 +0000 Subject: [PATCH] add eslint-disable line to prevent restricted globals error --- frontend/src/service-worker.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/service-worker.js b/frontend/src/service-worker.js index b33085776e..39d5424b3a 100644 --- a/frontend/src/service-worker.js +++ b/frontend/src/service-worker.js @@ -1,3 +1,5 @@ +/* eslint-disable no-restricted-globals */ + // This service worker can be customized! // See https://developers.google.com/web/tools/workbox/modules // for the list of available Workbox modules, or add any other