diff --git a/eslint.config.mjs b/eslint.config.mjs index a080f80..6b8f31e 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -55,6 +55,7 @@ const nodeGlobals = { fetch: 'readonly', crypto: 'readonly', structuredClone: 'readonly', + performance: 'readonly', }; export default [