UNPKG

@toreda/build-tools

Version:

![Toreda](https://content.toreda.com/logo/toreda-logo.png)

7 lines (6 loc) 188 B
import type { LinterFormatterId } from './formatter/id'; export interface LinterTarget { srcPatterns: string[]; formatterId?: LinterFormatterId; abortOnLimitBreak?: boolean; }