Summary
Contains functionality for reading issues reported by ESLint.
- Assembly
- Cake
.Issues .EsLint .dll - Namespace
- Cake
.Issues .EsLint - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["EsLintIssuesAliases"]
class Type type-node
Syntax
public static class EsLintIssuesAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Es |
void |
Registers a new URL resolver with default priority of 0.
static
|
Es |
void |
Registers a new URL resolver with a specific priority.
static
|
EsLintIssues |
IIssueProvider |
Gets an instance of a provider for issues reported by ESLint using specified settings.
static
|
Es |
IIssueProvider |
Gets an instance of a provider for issues reported by ESLint using log file content.
static
|
Es |
IIssueProvider |
Gets an instance of a provider for issues reported by ESLint using a log file from disk.
static
|
Es |
string |
Gets the name of the ESLint issue provider.
This name can be used to identify issues based on the
ProviderType property.
static
|
EsLintJsonFormat |
Base |
Gets an instance for the ESLint JSON log format as written by the JSON formatter.
static
|