From 42f49a73721f75e02e61f8ec57412e3fe0eefd70 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Thu, 3 Sep 2026 14:55:46 +1000 Subject: [PATCH 1/2] [#3077] Covered '.mjs' and '.cjs' by the '.editorconfig' line-length rule and removed the redundant 'eslint.config.mjs' section. --- .editorconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index b448d1278..9ceb90cf1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,7 +14,7 @@ trim_trailing_whitespace = true insert_final_newline = true # Matches the Prettier 'printWidth' in .prettierrc.json. -[*.js] +[*.{js,mjs,cjs}] max_line_length = 160 [*.{json,lock}] @@ -23,9 +23,6 @@ indent_size = 4 [*.xml] indent_size = 4 -[eslint.config.mjs] -indent_size = 2 - [.prettierrc.json] indent_size = 2 From 20c8652762e5e865ffeb712a19152a757f766d3b Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Thu, 3 Sep 2026 14:57:14 +1000 Subject: [PATCH 2/2] Updated baseline. --- .../tests/Fixtures/handler_process/_baseline/.editorconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.vortex/installer/tests/Fixtures/handler_process/_baseline/.editorconfig b/.vortex/installer/tests/Fixtures/handler_process/_baseline/.editorconfig index b448d1278..9ceb90cf1 100644 --- a/.vortex/installer/tests/Fixtures/handler_process/_baseline/.editorconfig +++ b/.vortex/installer/tests/Fixtures/handler_process/_baseline/.editorconfig @@ -14,7 +14,7 @@ trim_trailing_whitespace = true insert_final_newline = true # Matches the Prettier 'printWidth' in .prettierrc.json. -[*.js] +[*.{js,mjs,cjs}] max_line_length = 160 [*.{json,lock}] @@ -23,9 +23,6 @@ indent_size = 4 [*.xml] indent_size = 4 -[eslint.config.mjs] -indent_size = 2 - [.prettierrc.json] indent_size = 2