Options =
object
Defined in: node_modules/vfile-message/lib/index.d.ts:125
Configuration.
optional
ancestors:Node
[] |null
Defined in: node_modules/vfile-message/lib/index.d.ts:129
Stack of (inclusive) ancestor nodes surrounding the message (optional).
optional
cause:Error
|null
Defined in: node_modules/vfile-message/lib/index.d.ts:133
Original error cause of the message (optional).
Defined in: node_modules/vfile-message/lib/index.d.ts:137
Place of message (optional).
optional
ruleId:string
|null
Defined in: node_modules/vfile-message/lib/index.d.ts:141
Category of message (optional, example: 'my-rule'
).
optional
source:string
|null
Defined in: node_modules/vfile-message/lib/index.d.ts:145
Namespace of who sent the message (optional, example: 'my-package'
).