Home > harper.js > LintOptions

LintOptions interface

The option used to configure the parser for an individual linting operation.

Signature:

export declare interface LintOptions 

Properties

Property

Modifiers

Type

Description

language?

‘plaintext’ | ‘markdown’

(Optional) The markup language that is being passed. Defaults to markdown.