UNPKG

@formant/ava

Version:

A framework for automated visual analytics.

6 lines (5 loc) 437 B
import { Info, RuleModule } from '../ruler'; import type { Specification } from '../../common/types'; import type { ScoringResultForRule, Lint } from '../types'; import type { ChartKnowledgeBase } from '../../ckb'; export declare function lintRules(ruleBase: Record<string, RuleModule>, ruleTypeToLint: 'notDESIGN' | 'DESIGN', info: Info, log: ScoringResultForRule[], lints: Lint[], ckb: ChartKnowledgeBase, spec?: Specification): void;