UNPKG

@eslint-community/eslint-plugin-eslint-comments

Version:
8 lines (4 loc) 244 B
import type { ESLint, Linter } from "eslint" export declare const configs: { recommended: Linter.LegacyConfig } export declare const rules: NonNullable<ESLint.Plugin["rules"]> export declare const utils: { patch: (ruleId?: string) => void }