Skip to content

Commit

Permalink
Refactor HtmlValidateOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Aug 31, 2023
1 parent 2f7c121 commit 285572a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Atata.Cli.HtmlValidate/HtmlValidateOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ public class HtmlValidateOptions
/// Gets or sets the file extensions to use when searching for files in directories.
/// For example: <c>"html"</c>, <c>"vue"</c>, etc.
/// </summary>
public string[] Extensions { get; set; } = new string[0];
public string[] Extensions { get; set; } = Array.Empty<string>();
}

0 comments on commit 285572a

Please sign in to comment.