Skip to content

Function: lintCssDocs()

ts
function lintCssDocs(css, options?): Violation[];

Defined in: packages/lint-core/src/index.ts:63

Check a CSS string for doc-comment-hygiene problems.

Parameters

css

string

The CSS source.

options?

LintOptions = {}

LintOptions.

Returns

Violation[]

The violations found.

Released under the MIT License