IIssuesParametersInputFiles.

AddEsLintJsonLogFile(FilePath, IReadIssuesSettings) Method

Summary

Adds a path to a ESLint log file in JSON format.

Syntax

void AddEsLintJsonLogFile(FilePath logfilePath, IReadIssuesSettings settings)

Parameters

Name Type Description
logfilePath FilePath Path to the ESLint log file.
settings IReadIssuesSettings Settings for reading the log file. Null for default values.

Return Value

Type Description
void
GitHub