UNPKG

debt-collector

Version:

a nodejs tool to identify, track and mesure technical debt

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