UNPKG

@eslint-types/typescript-eslint

Version:
11 lines (8 loc) 234 B
export type Schema0 = 'single' | 'double' | 'backtick'; export type Schema1 = | 'avoid-escape' | { avoidEscape?: boolean; allowTemplateLiterals?: boolean; }; export type QuotesRuleOptions = [Schema0?, Schema1?];