EsLintIssuesAliases.

EsLintJsonFormat(ICakeContext) Method

Summary

Gets an instance for the ESLint JSON log format as written by the JSON formatter.

Syntax

public static ILogFileFormat EsLintJsonFormat(this ICakeContext context)

Attributes

Type Description
CakeAliasCategoryAttribute
CakePropertyAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
ILogFileFormat Instance for the ESLint JSON log format.
GitHub