IIssuesParametersInputFiles.

AddEsLintJsonLogFile(FilePath) Method

Summary

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

Syntax

void AddEsLintJsonLogFile(FilePath logfilePath)

Parameters

Name Type Description
logfilePath FilePath Path to the ESLint log file.

Return Value

Type Description
void
GitHub