This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.EsLint.
Summary
Gets an instance for the ESLint JSON log format as written by the JSON formatter.
- Assembly
- Cake
.Issues .EsLint .dll - Namespace
- Cake
.Issues .EsLint - Containing Type
- EsLintIssuesAliases
Syntax
public static BaseEsLintLogFileFormat EsLintJsonFormat(this ICakeContext context)
Attributes
| Type | Description |
|---|---|
| Cake |
|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
Return Value
| Type | Description |
|---|---|
| Base |
Instance for the ESLint JSON log format. |
