UNPKG

@secretlint/types

Version:
8 lines (7 loc) 183 B
/** * Share options for Rule Context * This shared options can be accessed via `Context#sharedOptions`. */ export type SecretlintCoreSharedOptions = { [index: string]: any; };