Represents a file read by ESLint.
The path that ESLint uses for this file. May be a virtual path if it was returned by a processor.
The path to the file on disk. This always maps directly to a file regardless of whether it was returned from a processor.
Indicates if the original source contained a byte-order marker.
ESLint strips the BOM from the body
, but this info is needed
to correctly apply autofixing.
body: string | Uint8Array
The body of the file to parse.