Skip to content

Function: lintCssDocsFromSource()

ts
function lintCssDocsFromSource(source, opts?): Violation[];

Defined in: packages/embedded/src/index.ts:298

Lint the cssdoc in a host source (projects first). Violation lines are absolute in the source.

Parameters

source

string

opts?

EmbeddedOptions & LintOptions = {}

Returns

Violation[]

Released under the MIT License