From d5f06e40422119fca0b15562883f9060f466f673 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 25 Jul 2024 20:14:51 +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 f83a135a..6ec8d2a3 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -38,7 +38,6 @@ export default defineFlatConfig([ ), { languageOptions: { - sourceType: 'module', parserOptions: { project: true, tsconfigRootDir: import.meta.dirname, -- 2.34.1