UNPKG

@code-pushup/eslint-plugin

Version:

Code PushUp plugin for detecting problems in source code using ESLint.📋

5 lines (4 loc) • 271 B
import { type RuleData } from './parse.js'; export declare function ruleToSlug(rule: RuleData): string; export declare function ruleIdToSlug(ruleId: string, options: unknown[] | undefined): string; export declare function jsonHash(data: unknown, bytes?: number): string;