From dde5da278babd2606e7dab1d4a119c714d90f29f Mon Sep 17 00:00:00 2001 From: Blake Kaufman Date: Fri, 20 Mar 2026 09:44:21 -0400 Subject: [PATCH] fix linting error --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index ba57999c..2a5dd5f5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -19,5 +19,6 @@ module.exports = { atob: 'readonly', TextDecoder: 'readonly', TextEncoder: 'readonly', + structuredClone: 'readonly', }, };