Skip to content

Function: runLint()

ts
function runLint(options): LintCliResult;

Defined in: packages/cli/src/index.ts:228

Run cssdoc lint. Returns the process exit code (0 clean, 1 on error-severity violations or a --max-warnings overage).

Parameters

options

LintCliOptions

Returns

LintCliResult

Released under the MIT License