BettererFileIssue
API > @betterer/betterer > BettererFileIssue
An issue in a file
Signature
export interface BettererFileIssue
Properties
Property | Type | Description |
---|---|---|
column | number | The 0 -indexed column number in the line that has an issue. |
hash | string | A hash for the issue (usually the hash of the message ). The hash is used for tracking issues as they move around within a file. |
length | number | The length of the substring that caused the issue. |
line | number | The 0 -indexed line number of the issue in the file. |
message | string | A message that describes the issue. |