Home > @rushstack/node-core-library > IFileErrorFormattingOptions
IFileErrorFormattingOptions interface
Provides options for the output message of a file error.
Signature:
export interface IFileErrorFormattingOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
format? | FileLocationStyle | (Optional) The format for the error message. If no format is provided, format 'Unix' is used by default. |