LintOptions
Parameters for the lint function.
Import:
import type { LintOptions } from 'obsidian-dev-utils/script-utils/linters/markdownlint';Signature:
export interface LintOptionsProperties
| Property | Type | Description |
|---|---|---|
| paths? | string[] | undefined | Optional file paths to lint. If omitted, lints the entire project. |
| shouldFix? | boolean | undefined | Whether to fix linting issues automatically. |
Links to this page: