Skip to content

SpellcheckOptions

Parameters for the spellcheck function.

Import:

import type { SpellcheckOptions } from 'obsidian-dev-utils/script-utils/linters/cspell';

Signature:

export interface SpellcheckOptions

Properties

PropertyTypeDescription
paths?string[] | undefinedOptional file paths to check. If omitted, checks the entire project.

Links to this page: