UNPKG

@eslint-types/typescript-eslint

Version:
9 lines (7 loc) 242 B
export interface Schema0 { /** * Whether to allow equality checks against the first or last element of a string. */ allowSingleElementEquality?: 'always' | 'never'; } export type PreferStringStartsEndsWithRuleOptions = [Schema0?];