From 1114500103c065bb8aa87a8523a871cb040730fc Mon Sep 17 00:00:00 2001 From: Joren Broekema Date: Tue, 4 Jun 2019 14:06:54 +0200 Subject: [PATCH] chore: do not fail on block comments in JS code in Markdown files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 1fcb8188c..b73dd195a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true -[*.{html,js}] +[*.{html,js,md}] block_comment_start = /** block_comment = * block_comment_end = */