From ff1badd7e7963bbdd06caa8af7f2ea2be565d866 Mon Sep 17 00:00:00 2001 From: Dave Dunkin Date: Thu, 21 May 2026 08:53:15 -0700 Subject: [PATCH] Update editorconfig to include mjs --- sections/javascript/editorconfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/javascript/editorconfig.md b/sections/javascript/editorconfig.md index 0a656f1..991e434 100644 --- a/sections/javascript/editorconfig.md +++ b/sections/javascript/editorconfig.md @@ -5,6 +5,6 @@ See [.editorconfig](../editorconfig.md) base rules. Use these rules: ```editorconfig -[*.{js,jsx,ts,tsx}] +[*.{js,jsx,mjs,ts,tsx}] indent_style = tab ```