SpellcheckOptions
Parameters for the spellcheck function.
Import:
import type { SpellcheckOptions } from 'obsidian-dev-utils/script-utils/linters/cspell';Signature:
export interface SpellcheckOptionsProperties
| Property | Type | Description |
|---|---|---|
| paths? | string[] | undefined | Optional file paths to check. If omitted, checks the entire project. |
Links to this page: