Skip to content
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -21,6 +21,6 @@ quote_type = single
indent_size = 2
indent_style = space

[{*.yaml,*.yml}]
[*.{yaml,yml,md}]
indent_style = space
indent_size = 2