Skip to content

@kekkai/blueprint / LintEmitDef

Interface: LintEmitDef

Defined in: config/types.ts:205

ESLint emit target.

Properties

path?

optional path?: string

Defined in: config/types.ts:207

Output path for the generated flat config. Used by Bootstrap (S5).


severity?

optional severity?: "warn" | "error"

Defined in: config/types.ts:209

Severity for the managed structural rules. Default error.