Interface: SuggestionCondition¶
Defined in: core/src/types/manifest.ts:80
Condition for triggering a suggestion rule.
Properties¶
always?¶
optionalalways:boolean
Defined in: core/src/types/manifest.ts:82
Always match
dependencies?¶
optionaldependencies:string[]
Defined in: core/src/types/manifest.ts:86
Match if any of these dependencies are present
files?¶
optionalfiles:string[]
Defined in: core/src/types/manifest.ts:84
Match if any of these files exist
frameworks?¶
optionalframeworks:string[]
Defined in: core/src/types/manifest.ts:90
Match if any of these frameworks are detected
languages?¶
optionallanguages:string[]
Defined in: core/src/types/manifest.ts:88
Match if any of these languages are detected