From 02b9f29b9b6fafd5e811dfbce4a7e0d65caf5123 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 5 Apr 2023 18:25:11 +0200 Subject: [PATCH] build: refine editorconfig configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 2d64d378..00a54c80 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ trim_trailing_whitespace = true insert_final_newline = true end_of_line = lf -[*.{js,jsx,ts,tsx}] +[*.{js,jsx,cjs,mjs,ts,tsx}] quote_type = single [*.{md,MD}] -- 2.34.1