Skip to content

Commit

Permalink
add eslint-disable line to prevent restricted globals error
Browse files Browse the repository at this point in the history
  • Loading branch information
erinz2020 committed Dec 10, 2024
1 parent 078511b commit 066246a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/service-worker.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 066246a

Please sign in to comment.