Skip to content

Commit

Permalink
chore: Add serviceworker globals to ESLint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
seahindeniz committed Nov 2, 2024
1 parent 71d0aa7 commit f6babf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default [
},
globals: {
...globals.webextensions,
...globals.serviceworker,
api: 'readonly',
con: 'readonly',
utils: 'readonly',
Expand Down

0 comments on commit f6babf2

Please sign in to comment.