diff --git a/.editorconfig b/.editorconfig index 07e3c98a454..1b1fd3766af 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,7 @@ indent_size = 4 insert_final_newline = true trim_trailing_whitespace = true -[*.{js,jsx,ts,tsx,mjs}] +[*.{js,jsx,ts,tsx,mjs,cjs}] quote_type = single [package.json]