eslint

package
v1.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

type Message struct {
	RuleID    string `json:"ruleId"`
	Severity  int    `json:"severity"`
	Message   string `json:"message"`
	Line      int    `json:"line"`
	Column    int    `json:"column"`
	NodeType  string `json:"nodeType"`
	MessageID string `json:"messageId"`
	EndLine   int    `json:"endLine"`
	EndColumn int    `json:"endColumn"`
}

type Output

type Output struct {
	FilePath            string     `json:"filePath"`
	Messages            *[]Message `json:"messages"`
	ErrorCount          int        `json:"errorCount"`
	WarningCount        int        `json:"warningCount"`
	FixableErrorCount   int        `json:"fixableErrorCount"`
	FixableWarningCount int        `json:"fixableWarningCount"`
	Source              string     `json:"source"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL