Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ESLintIssue ¶
ESLintIssue represents a ESLint Result.
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"` EndLine int `json:"endLine"` }
Message represents where in the file the finding is located and the details of the finding.
Click to show internal directories.
Click to hide internal directories.