From 5020713fa7c48925f2ed0cc8af7fcd8069a8e4f1 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 19 Dec 2024 22:19:30 +0100 Subject: [PATCH] chore: remove eslint no-undef override --- eslint.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index c79e946..0342145 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -8,7 +8,6 @@ export default [ { rules: { "no-unused-vars": "warn", - "no-undef": "off", }, }, {