UNPKG

@stack-lint/typescript

Version:
9 lines (7 loc) 244 B
import { Linter } from 'eslint'; export default function getTsConfigs(options?: { tsconfigRootDir?: string; tsRootDir?: string; rules?: Linter.RulesRecord; typeDefinition?: 'type' | 'interface' } | undefined): Linter.Config[];