From 1f16d71201d2be11facf245d22d296bc1cc5bb15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 18 Nov 2024 17:12:48 +0100 Subject: [PATCH] chore: refine neostandard 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 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index 3ee0cc34..ba26a3f6 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -70,6 +70,7 @@ export default defineFlatConfig([ globals: { ...globals.mocha, }, + noJsx: true, ts: true, }), { -- 2.34.1