@kekkai/blueprint / LintConfigEntry
Interface: LintConfigEntry
Defined in: emit/lint/types.ts:4
One entry of an ESLint flat config — a drop-in for eslint.config.js.
Properties
files?
optionalfiles?:string[]
Defined in: emit/lint/types.ts:5
ignores?
optionalignores?:string[]
Defined in: emit/lint/types.ts:6
languageOptions?
optionallanguageOptions?:LanguageOptions
Defined in: emit/lint/types.ts:8
Parser wiring — emitted rules never set this; impact builds parser entries with it.
linterOptions?
optionallinterOptions?:LinterOptionsConfig
Defined in: emit/lint/types.ts:9
plugins?
optionalplugins?:Record<string,Plugin>
Defined in: emit/lint/types.ts:11
The embedded plugin, carried along when an entry uses a blueprint/* rule.
rules?
optionalrules?:RulesConfig
Defined in: emit/lint/types.ts:12
