fix: add caches to ESLint globals for Service Worker API
This commit is contained in:
parent
64476b639c
commit
149bdd26c9
@ -43,7 +43,8 @@ export default [
|
||||
'atob': 'readonly',
|
||||
'self': 'readonly',
|
||||
'SharedWorker': 'readonly',
|
||||
'Worker': 'readonly'
|
||||
'Worker': 'readonly',
|
||||
'caches': 'readonly'
|
||||
}
|
||||
},
|
||||
plugins: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user