Options

Options = object

Defined in: node_modules/.bun/vfile-message@4.0.3/node_modules/vfile-message/lib/index.d.ts:484

Configuration.

Properties

ancestors?

optional ancestors?: Node[] | null

Defined in: node_modules/.bun/vfile-message@4.0.3/node_modules/vfile-message/lib/index.d.ts:488

Stack of (inclusive) ancestor nodes surrounding the message (optional).


cause?

optional cause?: Error | null

Defined in: node_modules/.bun/vfile-message@4.0.3/node_modules/vfile-message/lib/index.d.ts:492

Original error cause of the message (optional).


place?

optional place?: Point | Position | null

Defined in: node_modules/.bun/vfile-message@4.0.3/node_modules/vfile-message/lib/index.d.ts:496

Place of message (optional).


ruleId?

optional ruleId?: string | null

Defined in: node_modules/.bun/vfile-message@4.0.3/node_modules/vfile-message/lib/index.d.ts:500

Category of message (optional, example: 'my-rule').


source?

optional source?: string | null

Defined in: node_modules/.bun/vfile-message@4.0.3/node_modules/vfile-message/lib/index.d.ts:504

Namespace of who sent the message (optional, example: 'my-package').