import type { RuleConfig } from '../rule-config'; /** * Option. */ export interface CommentDirectiveOption { reportUnusedDisableDirectives?: boolean; } /** * Options. */ export type CommentDirectiveOptions = [CommentDirectiveOption?]; /** * Support comment-directives in `