We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51641b commit a385ffaCopy full SHA for a385ffa
1 file changed
eslint.config.js
@@ -21,13 +21,13 @@ export default defineConfig([
21
files: ['_javascript/**/*.js'],
22
languageOptions: {
23
globals: {
24
+ ...globals.serviceworker,
25
ClipboardJS: 'readonly',
26
GLightbox: 'readonly',
27
Theme: 'readonly',
28
dayjs: 'readonly',
29
mermaid: 'readonly',
30
tocbot: 'readonly',
- importScripts: 'readonly',
31
swconf: 'readonly'
32
}
33
0 commit comments