import type { RuleConfig } from '../rule-config'; /** * Option. */ /** * @minItems 0 */ export type NoRestrictedSyntaxOption = ( | string | { selector: string; message?: string; } )[]; /** * Options. */ export type NoRestrictedSyntaxOptions = NoRestrictedSyntaxOption; /** * Disallow specified syntax in `