Preset

Preset = object

Defined in: node_modules/.bun/unified@11.0.5/node_modules/unified/lib/index.d.ts:961

Sharable configuration.

They can contain plugins and settings.

Properties

plugins?

optional plugins?: PluggableList

Defined in: node_modules/.bun/unified@11.0.5/node_modules/unified/lib/index.d.ts:965

List of plugins and presets (optional).


settings?

optional settings?: Settings

Defined in: node_modules/.bun/unified@11.0.5/node_modules/unified/lib/index.d.ts:969

Shared settings for parsers and compilers (optional).