UNPKG

auto-cr-cmd

Version:

Fast automated code review CLI powered by SWC-based static analysis

3 lines (2 loc) 110 B
import type { Rule } from 'auto-cr-rules'; export declare function loadCustomRules(ruleDir?: string): Rule[];