fix: add caches to ESLint globals for Service Worker API

This commit is contained in:
NicolasCantu 2025-10-29 16:12:31 +01:00
parent 64476b639c
commit 149bdd26c9

View File

@ -43,7 +43,8 @@ export default [
'atob': 'readonly',
'self': 'readonly',
'SharedWorker': 'readonly',
'Worker': 'readonly'
'Worker': 'readonly',
'caches': 'readonly'
}
},
plugins: {