ESLintSettings.

ReportUnusedDisableDirectives Property

Summary

Gets or sets a value indicating whether to report errors for unused eslint-disable directives.

Option: --report-unused-disable-directives.

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

Syntax

public bool ReportUnusedDisableDirectives { get; set; }

Value

Type Description
bool