UNPKG

debt-collector

Version:

a nodejs tool to identify, track and mesure technical debt

4 lines (3 loc) 195 B
import type { Config, BrokenRule } from '../types.js'; declare const getFileRulesErrors: (config: Config, file: string, data: string) => Partial<BrokenRule>[]; export default getFileRulesErrors;