From 149bdd26c9c0372a48826c3812cd282c071008c2 Mon Sep 17 00:00:00 2001 From: NicolasCantu Date: Wed, 29 Oct 2025 16:12:31 +0100 Subject: [PATCH] fix: add caches to ESLint globals for Service Worker API --- eslint.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 264e84d..ad2b204 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -43,7 +43,8 @@ export default [ 'atob': 'readonly', 'self': 'readonly', 'SharedWorker': 'readonly', - 'Worker': 'readonly' + 'Worker': 'readonly', + 'caches': 'readonly' } }, plugins: {