diff --git a/eslint.config.js b/eslint.config.js index beeef45e0..becf4c3b0 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -19,6 +19,7 @@ export default tseslint.config( { rules: { // add rule overrides here + "no-undef": "off" } }, {