diff --git a/.editorconfig b/.editorconfig
index 84653c799..0e0572b75 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -12,7 +12,7 @@ indent_size = 4
 insert_final_newline = true
 trim_trailing_whitespace = true
 
-[*.js]
+[*.{js,jsx,ts,tsx,mjs}]
 quote_type = single
 
 [package.json]
@@ -21,6 +21,6 @@ quote_type = single
 indent_size = 2
 indent_style = space
 
-[{*.yaml,*.yml}]
+[*.{yaml,yml,md}]
 indent_style = space
 indent_size = 2