UNPKG

@eslint-types/typescript-eslint

Version:
11 lines (9 loc) 265 B
export type Schema0 = | { assertionStyle: 'never'; } | { assertionStyle: 'as' | 'angle-bracket'; objectLiteralTypeAssertions?: 'allow' | 'allow-as-parameter' | 'never'; }; export type ConsistentTypeAssertionsRuleOptions = [Schema0?];