Skip to content

Variable: configs

ts
const configs: object;

Defined in: plugins/stylelint/src/index.ts:67

A ready-to-spread config that enables the rule.

Type Declaration

ts
recommended: object;
ts
plugins: string[];
ts
rules: object;
ts
cssdoc/valid-doc-comments: boolean = true;

Released under the MIT License