ESLintSettings.

UseColors Property

Summary

Gets or sets whether to force the using of colors.

Option: --color or --no-color.

Assembly
Cake.ESLint.dll
Namespace
Cake.ESLint
Containing Type
ESLintSettings

Syntax

public Nullable<bool> UseColors { get; set; }

Value

Type Description
Nullable<bool>