Skip to content

Commit

Permalink
Merge pull request #933 from WildMeOrg/fix_eslint_issue_with_global_self
Browse files Browse the repository at this point in the history
add eslint-disable-line to prevent restricted globals error
  • Loading branch information
TanyaStere42 authored Dec 10, 2024
2 parents 078511b + 066246a commit b3ed808
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 b3ed808

Please sign in to comment.