Skip to content

LintOptions

Parameters for the lint function.

Import:

import type { LintOptions } from 'obsidian-dev-utils/script-utils/linters/markdownlint';

Signature:

export interface LintOptions

Properties

PropertyTypeDescription
paths?string[] | undefinedOptional file paths to lint. If omitted, lints the entire project.
shouldFix?boolean | undefinedWhether to fix linting issues automatically.

Links to this page: