Interface: ReportLoc
Defined in: _internal/jsonc-helpers.ts:84
Source-location shape compatible with both JSONC AST nodes and ESLint's
SourceLocation.
Propertiesโ
endโ
end: {
column: number;
line: number;
}
Defined in: _internal/jsonc-helpers.ts:85
columnโ
column: number;
lineโ
line: number;
startโ
start: {
column: number;
line: number;
}
Defined in: _internal/jsonc-helpers.ts:86
columnโ
column: number;
lineโ
line: number;