FormatOptions
Parameters for the format function.
Import:
import type { FormatOptions } from 'obsidian-dev-utils/script-utils/formatters/dprint';Signature:
export interface FormatOptionsProperties
| Property | Type | Description |
|---|---|---|
| paths? | string[] | undefined | Optional file paths to format. If omitted, formats the entire project. |
| rewrite? | boolean | undefined | Whether to rewrite the source code. |
Links to this page: