import type { Linter } from 'eslint'; import type { OptionsOverrides } from '../types'; /** * ESLint comments configuration options */ export type CommentsOptions = OptionsOverrides; /** * ESLint comments configuration * Rules for ESLint directive comments (eslint-disable, etc.) */ export declare function comments(options?: CommentsOptions): Linter.Config[]; //# sourceMappingURL=comments.d.ts.map