From 5cc0b90f9f6d69de0558205fa99b1526a015b006 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 30 May 2024 22:52:05 +0200 Subject: [PATCH] refactor: cleanup eslint configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- eslint.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 7ada77c2..67c827ae 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -52,7 +52,6 @@ export default defineFlatConfig([ { files: ['examples/**/*.js', 'examples/**/*.cjs'], rules: { - 'no-undef': 'off', 'n/no-missing-import': [ 'error', { -- 2.34.1