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