ESLintSettings.

MaxWarnings Property

Summary

Gets or sets the number of warnings to trigger nonzero exit code.

Option: --max-warnings.

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

Syntax

public Nullable<int> MaxWarnings { get; set; }

Value

Type Description
Nullable<int>