EsLintIssuesSettings.

FromFilePath(FilePath, ILogFileFormat) Method

Summary

Returns a new instance of the EsLintIssuesSettings class from a log file on disk.

Syntax

public static EsLintIssuesSettings FromFilePath(FilePath logFilePath, ILogFileFormat format)

Parameters

Name Type Description
logFilePath FilePath Path to the ESLint log file. The log file needs to be in the format as defined by the format parameter.
format ILogFileFormat Format of the provided ESLint log file.

Return Value

Type Description
EsLintIssuesSettings Instance of the EsLintIssuesSettings class.
GitHub