ðïļ Type Alias: ImmutableConfigs
ImmutableConfigs = typeof immutableConfigs
ðïļ Type Alias: ImmutableConfigsContract
ImmutableConfigsContract = Record
ðïļ Type Alias: ImmutablePlugin
ImmutablePlugin = typeof immutablePlugin
ðïļ Type Alias: ImmutablePluginContract
ImmutablePluginContract = Omit & { configs { name string; version NonNullable; rules: NonNullable; }
ðïļ Type Alias: ImmutablePresetConfig
ImmutablePresetConfig = Linter.Config & { rules: NonNullable; }
ðïļ Type Alias: ImmutableRuleId
ImmutableRuleId = ` immutable/$ `
ðïļ Type Alias: ImmutableRuleName
ImmutableRuleName = keyof typeof rules