Interface: SuggestionCondition¶
Defined in: core/src/types/manifest.ts:89
Condition for triggering a suggestion rule.
Properties¶
always?¶
optionalalways?:boolean
Defined in: core/src/types/manifest.ts:91
Always match
dependencies?¶
optionaldependencies?:string[]
Defined in: core/src/types/manifest.ts:95
Match if any of these dependencies are present
files?¶
optionalfiles?:string[]
Defined in: core/src/types/manifest.ts:93
Match if any of these files exist
frameworks?¶
optionalframeworks?:string[]
Defined in: core/src/types/manifest.ts:99
Match if any of these frameworks are detected
languages?¶
optionallanguages?:string[]
Defined in: core/src/types/manifest.ts:97
Match if any of these languages are detected