Skip to content

@kekkai/blueprint / EmitLintOptions

Interface: EmitLintOptions

Defined in: emit/lint/types.ts:19

Caller-supplied wiring for emitLint — kept injectable so the library stays zero-dependency.

Properties

typescript?

optional typescript?: Plugin

Defined in: emit/lint/types.ts:26

The @typescript-eslint plugin (e.g. tseslint.plugin). When provided, the unusedVars gate emits @typescript-eslint/no-unused-vars instead of core no-unused-vars, whose TS blind spots false-flag enum members and type parameters.