Skip to content

Commit 285572a

Browse files
Refactor HtmlValidateOptions
1 parent 2f7c121 commit 285572a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Atata.Cli.HtmlValidate/HtmlValidateOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ public class HtmlValidateOptions
2626
/// Gets or sets the file extensions to use when searching for files in directories.
2727
/// For example: <c>"html"</c>, <c>"vue"</c>, etc.
2828
/// </summary>
29-
public string[] Extensions { get; set; } = new string[0];
29+
public string[] Extensions { get; set; } = Array.Empty<string>();
3030
}

0 commit comments

Comments
 (0)