Are you an LLM? You can read better optimized documentation at /reference/@cssdoc/embedded/functions/lintCssDocsFromSource.md for this page in Markdown format
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 = {}