diff --git a/eslint.config.js b/eslint.config.js index b8073b6d6..b6d8f1924 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -21,13 +21,13 @@ export default defineConfig([ files: ['_javascript/**/*.js'], languageOptions: { globals: { + ...globals.serviceworker, ClipboardJS: 'readonly', GLightbox: 'readonly', Theme: 'readonly', dayjs: 'readonly', mermaid: 'readonly', tocbot: 'readonly', - importScripts: 'readonly', swconf: 'readonly' } }